Searched refs:CRYPTO_128_wrap_pad (Results 1 - 9 of 9) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/modes/ |
H A D | wrap128.c | 183 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 D | wrap128.c | 183 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 D | modes.h | 176 size_t CRYPTO_128_wrap_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 | 165 size_t CRYPTO_128_wrap_pad(void *key, const unsigned char *icv,
|
/third_party/openssl/include/openssl/ |
H A D | modes.h | 176 size_t CRYPTO_128_wrap_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 | 3629 rv = CRYPTO_128_wrap_pad(&wctx->ks.ks, wctx->iv, in aes_wrap_cipher()
|
/third_party/openssl/crypto/evp/ |
H A D | e_aes.c | 3635 rv = CRYPTO_128_wrap_pad(&wctx->ks.ks, wctx->iv, in aes_wrap_cipher()
|
Completed in 26 milliseconds