Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/providers/implementations/ciphers/
H A Dcipher_aes_wrp.c47 } PROV_AES_WRAP_CTX; typedef
52 PROV_AES_WRAP_CTX *wctx; in aes_wrap_newctx()
70 PROV_AES_WRAP_CTX *ctx = wctx; in aes_wrap_dupctx()
71 PROV_AES_WRAP_CTX *dctx = wctx; in aes_wrap_dupctx()
93 PROV_AES_WRAP_CTX *wctx = (PROV_AES_WRAP_CTX *)vctx; in aes_wrap_freectx()
104 PROV_AES_WRAP_CTX *wctx = (PROV_AES_WRAP_CTX *)vctx; in aes_wrap_init()
168 PROV_AES_WRAP_CTX *wctx = (PROV_AES_WRAP_CTX *)vctx; in aes_wrap_cipher_internal()
238 PROV_AES_WRAP_CTX *ctx = (PROV_AES_WRAP_CTX *)vctx; in aes_wrap_cipher()