Searched refs:EVP_CTRL_RAND_KEY (Results 1 – 6 of 6) sorted by relevance
235 case EVP_CTRL_RAND_KEY: in des_ctrl()
285 case EVP_CTRL_RAND_KEY: in des3_ctrl()
1115 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()
139 control code B<EVP_CTRL_RAND_KEY> and the pointer to the key memory
1039 =item EVP_CTRL_RAND_KEY
372 # define EVP_CTRL_RAND_KEY 0x6 macro