Home
last modified time | relevance | path

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

/third_party/openssl/crypto/evp/
De_des.c231 case EVP_CTRL_RAND_KEY: in des_ctrl()
De_des3.c285 case EVP_CTRL_RAND_KEY: in des3_ctrl()
Devp_enc.c677 return EVP_CIPHER_CTX_ctrl(ctx, EVP_CTRL_RAND_KEY, 0, key); in EVP_CIPHER_CTX_rand_key()
/third_party/openssl/doc/man3/
DEVP_CIPHER_meth_new.pod130 control code B<EVP_CTRL_RAND_KEY> and the pointer to the key memory
/third_party/openssl/include/openssl/
Devp.h297 # define EVP_CTRL_RAND_KEY 0x6 macro