Home
last modified time | relevance | path

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

/freebsd-9-stable/crypto/openssl/crypto/evp/
De_rc2.c144 EVP_CIPHER_CTX_ctrl(e, EVP_CTRL_GET_RC2_KEY_BITS, 0, &i); in rc2_meth_to_magic()
214 case EVP_CTRL_GET_RC2_KEY_BITS: in rc2_ctrl()
Devp.h394 # define EVP_CTRL_GET_RC2_KEY_BITS 0x2 macro
/freebsd-9-stable/crypto/openssl/doc/crypto/
DEVP_EncryptInit.pod395 EVP_CIPHER_CTX_ctrl(ctx, EVP_CTRL_GET_RC2_KEY_BITS, 0, &key_bits);