Home
last modified time | relevance | path

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

/external/openssh/
Dcipher.c401 #define EVP_X_STATE(evp) &(evp).c macro
404 #define EVP_X_STATE(evp) (evp).cipher_data macro
418 memcpy(dat, EVP_X_STATE(cc->evp), plen); in cipher_get_keycontext()
431 memcpy(EVP_X_STATE(cc->evp), dat, plen); in cipher_set_keycontext()