Home
last modified time | relevance | path

Searched refs:PROV_AES_OCB_CTX (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/openssl/providers/implementations/ciphers/
H A Dcipher_aes_ocb.c30 PROV_CIPHER_FUNC(int, ocb_cipher, (PROV_AES_OCB_CTX *ctx,
50 static ossl_inline int aes_generic_ocb_setiv(PROV_AES_OCB_CTX *ctx, in aes_generic_ocb_setiv()
57 static ossl_inline int aes_generic_ocb_setaad(PROV_AES_OCB_CTX *ctx, in aes_generic_ocb_setaad()
64 static ossl_inline int aes_generic_ocb_gettag(PROV_AES_OCB_CTX *ctx, in aes_generic_ocb_gettag()
70 static ossl_inline int aes_generic_ocb_final(PROV_AES_OCB_CTX *ctx) in aes_generic_ocb_final()
75 static ossl_inline void aes_generic_ocb_cleanup(PROV_AES_OCB_CTX *ctx) in aes_generic_ocb_cleanup()
80 static ossl_inline int aes_generic_ocb_cipher(PROV_AES_OCB_CTX *ctx, in aes_generic_ocb_cipher()
94 static ossl_inline int aes_generic_ocb_copy_ctx(PROV_AES_OCB_CTX *dst, in aes_generic_ocb_copy_ctx()
95 PROV_AES_OCB_CTX *src) in aes_generic_ocb_copy_ctx()
108 PROV_AES_OCB_CTX *ctx = (PROV_AES_OCB_CTX *)vctx; in aes_ocb_init()
[all …]
H A Dcipher_aes_ocb_hw.c36 PROV_AES_OCB_CTX *ctx = (PROV_AES_OCB_CTX *)vctx; in cipher_hw_aes_ocb_generic_initkey()
68 PROV_AES_OCB_CTX *ctx = (PROV_AES_OCB_CTX *)vctx; in cipher_hw_aes_ocb_aesni_initkey()
91 PROV_AES_OCB_CTX *ctx = (PROV_AES_OCB_CTX *)vctx; in cipher_hw_aes_ocb_t4_initkey()
H A Dcipher_aes_ocb.h37 } PROV_AES_OCB_CTX; typedef