Searched refs:CRYPTO_128_unwrap_pad (Results 1 - 9 of 9) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/modes/ |
H A D | wrap128.c | 251 size_t CRYPTO_128_unwrap_pad(void *key, const unsigned char *icv, in CRYPTO_128_unwrap_pad() function
|
/third_party/openssl/crypto/modes/ |
H A D | wrap128.c | 251 size_t CRYPTO_128_unwrap_pad(void *key, const unsigned char *icv, in CRYPTO_128_unwrap_pad() function
|
/third_party/node/deps/openssl/openssl/include/openssl/ |
H A D | modes.h | 179 size_t CRYPTO_128_unwrap_pad(void *key, const unsigned char *icv,
|
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/ |
H A D | cipher_aes_wrp.c | 109 wctx->wrapfn = enc ? CRYPTO_128_wrap_pad : CRYPTO_128_unwrap_pad; in aes_wrap_init()
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | modes.h | 168 size_t CRYPTO_128_unwrap_pad(void *key, const unsigned char *icv,
|
/third_party/openssl/include/openssl/ |
H A D | modes.h | 179 size_t CRYPTO_128_unwrap_pad(void *key, const unsigned char *icv,
|
/third_party/openssl/providers/implementations/ciphers/ |
H A D | cipher_aes_wrp.c | 89 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 D | e_aes.c | 3633 rv = CRYPTO_128_unwrap_pad(&wctx->ks.ks, wctx->iv, in aes_wrap_cipher()
|
/third_party/openssl/crypto/evp/ |
H A D | e_aes.c | 3639 rv = CRYPTO_128_unwrap_pad(&wctx->ks.ks, wctx->iv, in aes_wrap_cipher()
|
Completed in 15 milliseconds