Searched refs:CRYPTO_128_wrap (Results 1 – 8 of 8) sorted by relevance
/openssl/crypto/aes/ |
H A D | aes_wrap.c | 24 return CRYPTO_128_wrap(key, iv, out, in, inlen, (block128_f) AES_encrypt); in AES_wrap_key()
|
/openssl/crypto/modes/ |
H A D | wrap128.c | 48 size_t CRYPTO_128_wrap(void *key, const unsigned char *iv, in CRYPTO_128_wrap() function 230 ret = CRYPTO_128_wrap(key, aiv, out, out, padded_len, block); in CRYPTO_128_wrap_pad()
|
/openssl/include/openssl/ |
H A D | modes.h | 167 size_t CRYPTO_128_wrap(void *key, const unsigned char *iv,
|
/openssl/providers/implementations/ciphers/ |
H A D | cipher_aes_wrp.c | 114 wctx->wrapfn = enc ? CRYPTO_128_wrap : CRYPTO_128_unwrap; in aes_wrap_init()
|
/openssl/util/ |
H A D | missingcrypto.txt | 346 CRYPTO_128_wrap(3)
|
H A D | missingcrypto111.txt | 428 CRYPTO_128_wrap(3)
|
H A D | libcrypto.num | 3332 CRYPTO_128_wrap 3404 3_0_0 EXIST::FUNCTION:
|
/openssl/crypto/evp/ |
H A D | e_aes.c | 3749 rv = CRYPTO_128_wrap(&wctx->ks.ks, wctx->iv, in aes_wrap_cipher()
|
Completed in 50 milliseconds