Home
last modified time | relevance | path

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

/openssl/crypto/aes/
H A Daes_wrap.c24 return CRYPTO_128_wrap(key, iv, out, in, inlen, (block128_f) AES_encrypt); in AES_wrap_key()
/openssl/crypto/modes/
H A Dwrap128.c48 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 Dmodes.h167 size_t CRYPTO_128_wrap(void *key, const unsigned char *iv,
/openssl/providers/implementations/ciphers/
H A Dcipher_aes_wrp.c111 wctx->wrapfn = enc ? CRYPTO_128_wrap : CRYPTO_128_unwrap; in aes_wrap_init()
/openssl/util/
H A Dmissingcrypto.txt346 CRYPTO_128_wrap(3)
H A Dmissingcrypto111.txt428 CRYPTO_128_wrap(3)
H A Dlibcrypto.num3332 CRYPTO_128_wrap 3404 3_0_0 EXIST::FUNCTION:
/openssl/crypto/evp/
H A De_aes.c3749 rv = CRYPTO_128_wrap(&wctx->ks.ks, wctx->iv, in aes_wrap_cipher()

Completed in 62 milliseconds