Home
last modified time | relevance | path

Searched refs:cfb_ctx (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/quiche/deps/boringssl/src/decrepit/cfb/
Dcfb.c31 EVP_CFB_CTX *cfb_ctx = ctx->cipher_data; in aes_cfb_init_key() local
32 AES_set_encrypt_key(key, ctx->key_len * 8, &cfb_ctx->ks); in aes_cfb_init_key()
44 EVP_CFB_CTX *cfb_ctx = ctx->cipher_data; in aes_cfb128_cipher() local
46 AES_cfb128_encrypt(in, out, len, &cfb_ctx->ks, ctx->iv, &num, in aes_cfb128_cipher()
/external/boringssl/src/decrepit/cfb/
Dcfb.c31 EVP_CFB_CTX *cfb_ctx = ctx->cipher_data; in aes_cfb_init_key() local
32 AES_set_encrypt_key(key, ctx->key_len * 8, &cfb_ctx->ks); in aes_cfb_init_key()
44 EVP_CFB_CTX *cfb_ctx = ctx->cipher_data; in aes_cfb128_cipher() local
46 AES_cfb128_encrypt(in, out, len, &cfb_ctx->ks, ctx->iv, &num, in aes_cfb128_cipher()