Home
last modified time | relevance | path

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

/external/openssh/
Dcipher.c693 #define EVP_X_STATE_LEN(evp) (evp)->cipher->ctx_size macro
704 plen = EVP_X_STATE_LEN(cc->evp); in cipher_get_keycontext()
723 plen = EVP_X_STATE_LEN(cc->evp); in cipher_set_keycontext()