Searched refs:cfb_ctx (Results 1 – 1 of 1) sorted by relevance
31 EVP_CFB_CTX *cfb_ctx = ctx->cipher_data; in aes_cfb_init_key() local32 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() local46 AES_cfb128_encrypt(in, out, len, &cfb_ctx->ks, ctx->iv, &num, in aes_cfb128_cipher()