Symbol: WRAP
crypto/krb5/src/plugins/kdb/db2/db2_exp.c
87
WRAP(NAME,krb5_error_code,ARGLIST,ARGNAMES)
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);
crypto/openssl/providers/implementations/ciphers/cipher_aes_wrp.c
329
IMPLEMENT_cipher(wrap, wrapinv, WRAP, WRAP_FLAGS_INV, 256, 64, AES_WRAP_NOPAD_IVLEN * 8);
crypto/openssl/providers/implementations/ciphers/cipher_aes_wrp.c
330
IMPLEMENT_cipher(wrap, wrapinv, WRAP, WRAP_FLAGS_INV, 192, 64, AES_WRAP_NOPAD_IVLEN * 8);
crypto/openssl/providers/implementations/ciphers/cipher_aes_wrp.c
331
IMPLEMENT_cipher(wrap, wrapinv, WRAP, WRAP_FLAGS_INV, 128, 64, AES_WRAP_NOPAD_IVLEN * 8);
crypto/openssl/providers/implementations/ciphers/cipher_aes_wrp.c
332
IMPLEMENT_cipher(wrap, wrappadinv, WRAP, WRAP_FLAGS_INV, 256, 64, AES_WRAP_PAD_IVLEN * 8);
crypto/openssl/providers/implementations/ciphers/cipher_aes_wrp.c
333
IMPLEMENT_cipher(wrap, wrappadinv, WRAP, WRAP_FLAGS_INV, 192, 64, AES_WRAP_PAD_IVLEN * 8);
crypto/openssl/providers/implementations/ciphers/cipher_aes_wrp.c
334
IMPLEMENT_cipher(wrap, wrappadinv, WRAP, WRAP_FLAGS_INV, 128, 64, AES_WRAP_PAD_IVLEN * 8);