Searched refs:EVP_CIPH_RAND_KEY (Results 1 – 8 of 8) sorted by relevance
/freebsd/crypto/openssl/crypto/evp/ |
H A D | e_des.c | 198 EVP_CIPH_RAND_KEY, des_init_key, NULL, 202 EVP_CIPH_RAND_KEY, des_init_key, NULL, 206 EVP_CIPH_RAND_KEY, des_init_key, NULL,
|
H A D | e_des3.c | 206 EVP_CIPH_RAND_KEY | EVP_CIPH_FLAG_DEFAULT_ASN1, 213 EVP_CIPH_RAND_KEY | EVP_CIPH_FLAG_DEFAULT_ASN1, 217 EVP_CIPH_RAND_KEY | EVP_CIPH_FLAG_DEFAULT_ASN1, 221 EVP_CIPH_RAND_KEY | EVP_CIPH_FLAG_DEFAULT_ASN1,
|
H A D | evp_lib.c | 380 cipher->flags |= EVP_CIPH_RAND_KEY; in evp_cipher_cache_constants()
|
H A D | evp_enc.c | 1391 if (ctx->cipher->flags & EVP_CIPH_RAND_KEY) in EVP_CIPHER_CTX_rand_key()
|
/freebsd/crypto/openssl/test/ |
H A D | evp_libctx_test.c | 574 && TEST_int_eq(EVP_CIPHER_get_flags(aes_cipher) & EVP_CIPH_RAND_KEY, 0) in test_cipher_tdes_randkey() 576 && TEST_int_ne(EVP_CIPHER_get_flags(tdes_cipher) & EVP_CIPH_RAND_KEY, 0) in test_cipher_tdes_randkey()
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | EVP_CIPHER_meth_new.pod | 135 =item EVP_CIPH_RAND_KEY
|
H A D | EVP_EncryptInit.pod | 1156 =item EVP_CIPH_RAND_KEY
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | evp.h | 325 # define EVP_CIPH_RAND_KEY 0x200 macro
|