Searched refs:EVP_CIPHER_CTX_set_flags (Results 1 – 13 of 13) sorted by relevance
/openssl/demos/cipher/ |
H A D | aeskeywrap.c | 72 EVP_CIPHER_CTX_set_flags(ctx, EVP_CIPHER_CTX_FLAG_WRAP_ALLOW); in aes_wrap_encrypt() 129 EVP_CIPHER_CTX_set_flags(ctx, EVP_CIPHER_CTX_FLAG_WRAP_ALLOW); in aes_wrap_decrypt()
|
/openssl/crypto/cms/ |
H A D | cms_asn1.c | 167 EVP_CIPHER_CTX_set_flags(kari->ctx, EVP_CIPHER_CTX_FLAG_WRAP_ALLOW);
|
H A D | cms_env.c | 906 EVP_CIPHER_CTX_set_flags(ctx, EVP_CIPHER_CTX_FLAG_WRAP_ALLOW); in cms_RecipientInfo_kekri_encrypt()
|
/openssl/apps/ |
H A D | enc.c | 634 EVP_CIPHER_CTX_set_flags(ctx, EVP_CIPHER_CTX_FLAG_WRAP_ALLOW); in enc_main()
|
/openssl/providers/fips/ |
H A D | self_test_kats.c | 71 EVP_CIPHER_CTX_set_flags(ctx, EVP_CIPHER_CTX_FLAG_WRAP_ALLOW); in cipher_init()
|
/openssl/doc/man3/ |
H A D | EVP_EncryptInit.pod | 69 EVP_CIPHER_CTX_set_flags, 163 void EVP_CIPHER_CTX_set_flags(EVP_CIPHER_CTX *ctx, int flags); 500 =item EVP_CIPHER_CTX_set_flags(), EVP_CIPHER_CTX_clear_flags() and EVP_CIPHER_CTX_test_flags() 504 For provided ciphers EVP_CIPHER_CTX_set_flags() should be called only after the 958 This can be set using EVP_CIPHER_CTX_set_flags(ctx, EVP_CIPH_FLAG_LENGTH_BITS). 1215 EVP_CIPHER_CTX_set_flags(), EVP_CIPHER_CTX_clear_flags() and EVP_CIPHER_CTX_test_flags().
|
/openssl/util/ |
H A D | missingcrypto111.txt | 646 EVP_CIPHER_CTX_set_flags(3)
|
H A D | libcrypto.num | 308 EVP_CIPHER_CTX_set_flags 314 3_0_0 EXIST::FUNCTION:
|
/openssl/crypto/evp/ |
H A D | evp_lib.c | 1132 void EVP_CIPHER_CTX_set_flags(EVP_CIPHER_CTX *ctx, int flags) in EVP_CIPHER_CTX_set_flags() function
|
/openssl/test/ |
H A D | acvp_test.c | 1678 EVP_CIPHER_CTX_set_flags(ctx, EVP_CIPH_FLAG_LENGTH_BITS); in aes_cfb1_bits_test()
|
H A D | evp_test.c | 1092 EVP_CIPHER_CTX_set_flags(ctx_base, EVP_CIPHER_CTX_FLAG_WRAP_ALLOW); in cipher_test_enc()
|
/openssl/include/openssl/ |
H A D | evp.h | 758 void EVP_CIPHER_CTX_set_flags(EVP_CIPHER_CTX *ctx, int flags);
|
/openssl/doc/man7/ |
H A D | ossl-guide-migration.pod | 499 =head4 EVP_CIPHER_CTX_set_flags() ordering change
|
Completed in 64 milliseconds