Symbol: PROV_AES_OCB_CTX
crypto/openssl/providers/implementations/ciphers/cipher_aes_ocb.c
106
PROV_AES_OCB_CTX *ctx = (PROV_AES_OCB_CTX *)vctx;
crypto/openssl/providers/implementations/ciphers/cipher_aes_ocb.c
157
static int aes_ocb_block_update_internal(PROV_AES_OCB_CTX *ctx,
crypto/openssl/providers/implementations/ciphers/cipher_aes_ocb.c
209
static int cipher_updateaad(PROV_AES_OCB_CTX *ctx, const unsigned char *in,
crypto/openssl/providers/implementations/ciphers/cipher_aes_ocb.c
215
static int update_iv(PROV_AES_OCB_CTX *ctx)
crypto/openssl/providers/implementations/ciphers/cipher_aes_ocb.c
233
PROV_AES_OCB_CTX *ctx = (PROV_AES_OCB_CTX *)vctx;
crypto/openssl/providers/implementations/ciphers/cipher_aes_ocb.c
263
PROV_AES_OCB_CTX *ctx = (PROV_AES_OCB_CTX *)vctx;
crypto/openssl/providers/implementations/ciphers/cipher_aes_ocb.c
30
PROV_CIPHER_FUNC(int, ocb_cipher, (PROV_AES_OCB_CTX *ctx, const unsigned char *in, unsigned char *out, size_t nextblock));
crypto/openssl/providers/implementations/ciphers/cipher_aes_ocb.c
307
PROV_AES_OCB_CTX *ctx;
crypto/openssl/providers/implementations/ciphers/cipher_aes_ocb.c
323
PROV_AES_OCB_CTX *ctx = (PROV_AES_OCB_CTX *)vctx;
crypto/openssl/providers/implementations/ciphers/cipher_aes_ocb.c
334
PROV_AES_OCB_CTX *in = (PROV_AES_OCB_CTX *)vctx;
crypto/openssl/providers/implementations/ciphers/cipher_aes_ocb.c
335
PROV_AES_OCB_CTX *ret;
crypto/openssl/providers/implementations/ciphers/cipher_aes_ocb.c
353
PROV_AES_OCB_CTX *ctx = (PROV_AES_OCB_CTX *)vctx;
crypto/openssl/providers/implementations/ciphers/cipher_aes_ocb.c
417
PROV_AES_OCB_CTX *ctx = (PROV_AES_OCB_CTX *)vctx;
crypto/openssl/providers/implementations/ciphers/cipher_aes_ocb.c
48
static ossl_inline int aes_generic_ocb_setiv(PROV_AES_OCB_CTX *ctx,
crypto/openssl/providers/implementations/ciphers/cipher_aes_ocb.c
507
PROV_AES_OCB_CTX *ctx = (PROV_AES_OCB_CTX *)vctx;
crypto/openssl/providers/implementations/ciphers/cipher_aes_ocb.c
55
static ossl_inline int aes_generic_ocb_setaad(PROV_AES_OCB_CTX *ctx,
crypto/openssl/providers/implementations/ciphers/cipher_aes_ocb.c
62
static ossl_inline int aes_generic_ocb_gettag(PROV_AES_OCB_CTX *ctx,
crypto/openssl/providers/implementations/ciphers/cipher_aes_ocb.c
68
static ossl_inline int aes_generic_ocb_final(PROV_AES_OCB_CTX *ctx)
crypto/openssl/providers/implementations/ciphers/cipher_aes_ocb.c
73
static ossl_inline void aes_generic_ocb_cleanup(PROV_AES_OCB_CTX *ctx)
crypto/openssl/providers/implementations/ciphers/cipher_aes_ocb.c
78
static ossl_inline int aes_generic_ocb_cipher(PROV_AES_OCB_CTX *ctx,
crypto/openssl/providers/implementations/ciphers/cipher_aes_ocb.c
92
static ossl_inline int aes_generic_ocb_copy_ctx(PROV_AES_OCB_CTX *dst,
crypto/openssl/providers/implementations/ciphers/cipher_aes_ocb.c
93
PROV_AES_OCB_CTX *src)
crypto/openssl/providers/implementations/ciphers/cipher_aes_ocb_hw.c
111
PROV_AES_OCB_CTX *ctx = (PROV_AES_OCB_CTX *)vctx;
crypto/openssl/providers/implementations/ciphers/cipher_aes_ocb_hw.c
122
PROV_AES_OCB_CTX *ctx = (PROV_AES_OCB_CTX *)vctx;
crypto/openssl/providers/implementations/ciphers/cipher_aes_ocb_hw.c
159
PROV_AES_OCB_CTX *ctx = (PROV_AES_OCB_CTX *)vctx;
crypto/openssl/providers/implementations/ciphers/cipher_aes_ocb_hw.c
170
PROV_AES_OCB_CTX *ctx = (PROV_AES_OCB_CTX *)vctx;
crypto/openssl/providers/implementations/ciphers/cipher_aes_ocb_hw.c
34
PROV_AES_OCB_CTX *ctx = (PROV_AES_OCB_CTX *)vctx;
crypto/openssl/providers/implementations/ciphers/cipher_aes_ocb_hw.c
66
PROV_AES_OCB_CTX *ctx = (PROV_AES_OCB_CTX *)vctx;
crypto/openssl/providers/implementations/ciphers/cipher_aes_ocb_hw.c
89
PROV_AES_OCB_CTX *ctx = (PROV_AES_OCB_CTX *)vctx;