Symbol: WRAP_FLAGS
crypto/openssl/crypto/evp/e_aes.c
3767
8, 16, 8, WRAP_FLAGS, EVP_ORIG_GLOBAL,
crypto/openssl/crypto/evp/e_aes.c
3781
8, 24, 8, WRAP_FLAGS, EVP_ORIG_GLOBAL,
crypto/openssl/crypto/evp/e_aes.c
3795
8, 32, 8, WRAP_FLAGS, EVP_ORIG_GLOBAL,
crypto/openssl/crypto/evp/e_aes.c
3809
8, 16, 4, WRAP_FLAGS, EVP_ORIG_GLOBAL,
crypto/openssl/crypto/evp/e_aes.c
3823
8, 24, 4, WRAP_FLAGS, EVP_ORIG_GLOBAL,
crypto/openssl/crypto/evp/e_aes.c
3837
8, 32, 4, WRAP_FLAGS, EVP_ORIG_GLOBAL,
crypto/openssl/providers/implementations/ciphers/cipher_aes_wrp.c
26
#define WRAP_FLAGS_INV (WRAP_FLAGS | PROV_CIPHER_FLAG_INVERSE_CIPHER)
crypto/openssl/providers/implementations/ciphers/cipher_aes_wrp.c
322
IMPLEMENT_cipher(wrap, wrap, WRAP, WRAP_FLAGS, 256, 64, AES_WRAP_NOPAD_IVLEN * 8);
crypto/openssl/providers/implementations/ciphers/cipher_aes_wrp.c
323
IMPLEMENT_cipher(wrap, wrap, WRAP, WRAP_FLAGS, 192, 64, AES_WRAP_NOPAD_IVLEN * 8);
crypto/openssl/providers/implementations/ciphers/cipher_aes_wrp.c
324
IMPLEMENT_cipher(wrap, wrap, WRAP, WRAP_FLAGS, 128, 64, AES_WRAP_NOPAD_IVLEN * 8);
crypto/openssl/providers/implementations/ciphers/cipher_aes_wrp.c
325
IMPLEMENT_cipher(wrap, wrappad, WRAP, WRAP_FLAGS, 256, 64, AES_WRAP_PAD_IVLEN * 8);
crypto/openssl/providers/implementations/ciphers/cipher_aes_wrp.c
326
IMPLEMENT_cipher(wrap, wrappad, WRAP, WRAP_FLAGS, 192, 64, AES_WRAP_PAD_IVLEN * 8);
crypto/openssl/providers/implementations/ciphers/cipher_aes_wrp.c
327
IMPLEMENT_cipher(wrap, wrappad, WRAP, WRAP_FLAGS, 128, 64, AES_WRAP_PAD_IVLEN * 8);