Home
last modified time | relevance | path

Searched refs:CRYPTO_128_wrap_pad (Results 1 - 9 of 9) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/modes/
H A Dwrap128.c183 size_t CRYPTO_128_wrap_pad(void *key, const unsigned char *icv, in CRYPTO_128_wrap_pad() function
/third_party/openssl/crypto/modes/
H A Dwrap128.c183 size_t CRYPTO_128_wrap_pad(void *key, const unsigned char *icv, in CRYPTO_128_wrap_pad() function
/third_party/node/deps/openssl/openssl/include/openssl/
H A Dmodes.h176 size_t CRYPTO_128_wrap_pad(void *key, const unsigned char *icv,
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/
H A Dcipher_aes_wrp.c109 wctx->wrapfn = enc ? CRYPTO_128_wrap_pad : CRYPTO_128_unwrap_pad; in aes_wrap_init()
/third_party/openssl/ohos_lite/include/openssl/
H A Dmodes.h165 size_t CRYPTO_128_wrap_pad(void *key, const unsigned char *icv,
/third_party/openssl/include/openssl/
H A Dmodes.h176 size_t CRYPTO_128_wrap_pad(void *key, const unsigned char *icv,
/third_party/openssl/providers/implementations/ciphers/
H A Dcipher_aes_wrp.c89 wctx->wrapfn = enc ? CRYPTO_128_wrap_pad : CRYPTO_128_unwrap_pad; in aes_wrap_init()
/third_party/node/deps/openssl/openssl/crypto/evp/
H A De_aes.c3629 rv = CRYPTO_128_wrap_pad(&wctx->ks.ks, wctx->iv, in aes_wrap_cipher()
/third_party/openssl/crypto/evp/
H A De_aes.c3635 rv = CRYPTO_128_wrap_pad(&wctx->ks.ks, wctx->iv, in aes_wrap_cipher()

Completed in 13 milliseconds