Home
last modified time | relevance | path

Searched refs:EVP_CIPH_RAND_KEY (Results 1 – 8 of 8) sorted by relevance

/freebsd/crypto/openssl/crypto/evp/
H A De_des.c198 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 De_des3.c206 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 Devp_lib.c380 cipher->flags |= EVP_CIPH_RAND_KEY; in evp_cipher_cache_constants()
H A Devp_enc.c1391 if (ctx->cipher->flags & EVP_CIPH_RAND_KEY) in EVP_CIPHER_CTX_rand_key()
/freebsd/crypto/openssl/test/
H A Devp_libctx_test.c574 && 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 DEVP_CIPHER_meth_new.pod135 =item EVP_CIPH_RAND_KEY
H A DEVP_EncryptInit.pod1156 =item EVP_CIPH_RAND_KEY
/freebsd/crypto/openssl/include/openssl/
H A Devp.h325 # define EVP_CIPH_RAND_KEY 0x200 macro