Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/evp/
H A Devp_enc.c1063 return EVP_CIPHER_CTX_ctrl(c, EVP_CTRL_SET_KEY_LENGTH, keylen, NULL); in EVP_CIPHER_CTX_set_key_length()
1112 case EVP_CTRL_SET_KEY_LENGTH: in EVP_CIPHER_CTX_ctrl()
/freebsd/crypto/openssl/doc/man3/
H A DEVP_CIPHER_meth_new.pod128 will be called with the control code B<EVP_CTRL_SET_KEY_LENGTH> and
H A DEVP_EncryptInit.pod1045 =item EVP_CTRL_SET_KEY_LENGTH
/freebsd/crypto/openssl/include/openssl/
H A Devp.h367 # define EVP_CTRL_SET_KEY_LENGTH 0x1 macro