Searched refs:EVP_CTRL_SET_KEY_LENGTH (Results 1 – 4 of 4) sorted by relevance
1063 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()
128 will be called with the control code B<EVP_CTRL_SET_KEY_LENGTH> and
1045 =item EVP_CTRL_SET_KEY_LENGTH
367 # define EVP_CTRL_SET_KEY_LENGTH 0x1 macro