Home
last modified time | relevance | path

Searched refs:EVP_CTRL_SET_KEY_LENGTH (Results 1 – 3 of 3) sorted by relevance

/third_party/openssl/doc/man3/
DEVP_CIPHER_meth_new.pod119 will be called with the control code B<EVP_CTRL_SET_KEY_LENGTH> and
/third_party/openssl/crypto/evp/
Devp_enc.c631 return EVP_CIPHER_CTX_ctrl(c, EVP_CTRL_SET_KEY_LENGTH, keylen, NULL); in EVP_CIPHER_CTX_set_key_length()
/third_party/openssl/include/openssl/
Devp.h292 # define EVP_CTRL_SET_KEY_LENGTH 0x1 macro