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

/netbsd-current/crypto/external/bsd/openssl/dist/providers/implementations/ciphers/
H A Dcipher_aes_ocb_hw.c36 PROV_AES_OCB_CTX *ctx = (PROV_AES_OCB_CTX *)vctx;
68 PROV_AES_OCB_CTX *ctx = (PROV_AES_OCB_CTX *)vctx;
91 PROV_AES_OCB_CTX *ctx = (PROV_AES_OCB_CTX *)vctx;
H A Dcipher_aes_ocb.h37 } PROV_AES_OCB_CTX; typedef in typeref:struct:prov_aes_ocb_ctx_st
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,
57 static ossl_inline int aes_generic_ocb_setaad(PROV_AES_OCB_CTX *ctx,
64 static ossl_inline int aes_generic_ocb_gettag(PROV_AES_OCB_CTX *ctx,
70 static ossl_inline int aes_generic_ocb_final(PROV_AES_OCB_CTX *ctx)
75 static ossl_inline void aes_generic_ocb_cleanup(PROV_AES_OCB_CTX *ctx)
80 static ossl_inline int aes_generic_ocb_cipher(PROV_AES_OCB_CTX *ctx,
94 static ossl_inline int aes_generic_ocb_copy_ctx(PROV_AES_OCB_CTX *dst,
95 PROV_AES_OCB_CTX *src)
108 PROV_AES_OCB_CTX *ct
[all...]

Completed in 89 milliseconds