Home
last modified time | relevance | path

Searched refs:EVP_CTRL_RAND_KEY (Results 1 – 6 of 6) sorted by relevance

/freebsd/crypto/openssl/crypto/evp/
H A De_des.c235 case EVP_CTRL_RAND_KEY: in des_ctrl()
H A De_des3.c285 case EVP_CTRL_RAND_KEY: in des3_ctrl()
H A Devp_enc.c1115 case EVP_CTRL_RAND_KEY: /* Used by DES */ in EVP_CIPHER_CTX_ctrl()
1392 return EVP_CIPHER_CTX_ctrl(ctx, EVP_CTRL_RAND_KEY, 0, key); in EVP_CIPHER_CTX_rand_key()
/freebsd/crypto/openssl/doc/man3/
H A DEVP_CIPHER_meth_new.pod139 control code B<EVP_CTRL_RAND_KEY> and the pointer to the key memory
H A DEVP_EncryptInit.pod1039 =item EVP_CTRL_RAND_KEY
/freebsd/crypto/openssl/include/openssl/
H A Devp.h372 # define EVP_CTRL_RAND_KEY 0x6 macro