Searched refs:EVP_CIPH_WRAP_MODE (Results 1 – 14 of 14) sorted by relevance
/openssl/providers/implementations/ciphers/ |
H A D | cipher_tdes_wrap.c | 174 return ossl_tdes_newctx(provctx, EVP_CIPH_WRAP_MODE, kbits, blkbits, \ 181 return ossl_cipher_generic_get_params(params, EVP_CIPH_WRAP_MODE, flags, \
|
/openssl/crypto/cms/ |
H A D | cms_kari.c | 427 if (EVP_CIPHER_CTX_get_mode(ctx) != EVP_CIPH_WRAP_MODE) in cms_wrap_init() 441 if (EVP_CIPHER_get_mode(kekcipher) != EVP_CIPH_WRAP_MODE) in cms_wrap_init()
|
H A D | cms_dh.c | 127 || EVP_CIPHER_get_mode(kekcipher) != EVP_CIPH_WRAP_MODE) in dh_cms_set_shared_info()
|
H A D | cms_ec.c | 192 if (kekcipher == NULL || EVP_CIPHER_get_mode(kekcipher) != EVP_CIPH_WRAP_MODE) in ecdh_cms_set_shared_info()
|
/openssl/crypto/evp/ |
H A D | e_des3.c | 413 EVP_CIPH_WRAP_MODE | EVP_CIPH_CUSTOM_IV | EVP_CIPH_FLAG_CUSTOM_CIPHER
|
H A D | evp_lib.c | 111 case EVP_CIPH_WRAP_MODE: in evp_cipher_param_to_asn1_ex() 182 case EVP_CIPH_WRAP_MODE: in evp_cipher_asn1_to_param_ex()
|
H A D | evp_enc.c | 385 && EVP_CIPHER_CTX_get_mode(ctx) == EVP_CIPH_WRAP_MODE) { in evp_cipher_init_internal()
|
H A D | e_aes.c | 3758 #define WRAP_FLAGS (EVP_CIPH_WRAP_MODE \
|
/openssl/apps/ |
H A D | enc.c | 335 if (cipher && (EVP_CIPHER_mode(cipher) == EVP_CIPH_WRAP_MODE)) { in enc_main()
|
/openssl/doc/man3/ |
H A D | EVP_CIPHER_meth_new.pod | 98 EVP_CIPH_CCM_MODE, EVP_CIPH_XTS_MODE, EVP_CIPH_WRAP_MODE,
|
H A D | EVP_EncryptInit.pod | 601 EVP_CIPH_WRAP_MODE, EVP_CIPH_OCB_MODE or EVP_CIPH_SIV_MODE.
|
/openssl/test/ |
H A D | evp_libctx_test.c | 491 || EVP_CIPHER_get_mode(cipher) == EVP_CIPH_WRAP_MODE) { in test_cipher_reinit_partialupdate()
|
H A D | evp_test.c | 913 || EVP_CIPHER_get_mode(cdat->cipher) == EVP_CIPH_WRAP_MODE) ? 0 : 1; in cipher_test_valid_fragmentation() 1476 if (EVP_CIPHER_get_mode(cdat->cipher) != EVP_CIPH_WRAP_MODE) { in cipher_test_run()
|
/openssl/include/openssl/ |
H A D | evp.h | 311 # define EVP_CIPH_WRAP_MODE 0x10002 macro
|
Completed in 61 milliseconds