Home
last modified time | relevance | path

Searched defs:EVP_CIPHER_CTX_key_length (Results 1 – 2 of 2) sorted by relevance

/freebsd-9-stable/crypto/openssh/openbsd-compat/
Dopenssl-compat.h101 # define EVP_CIPHER_CTX_key_length(c) ((c)->key_len) macro
/freebsd-9-stable/crypto/openssl/crypto/evp/
Devp_lib.c220 int EVP_CIPHER_CTX_key_length(const EVP_CIPHER_CTX *ctx) in EVP_CIPHER_CTX_key_length() function