Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/ssh/libssh/common/
H A Dmac.c61 int evp_len; in mac_setup_by_id() local
65 if ((evp_len = EVP_MD_size(mac->evp_md)) <= 0) in mac_setup_by_id()
66 fatal("mac %s len %d", mac->name, evp_len); in mac_setup_by_id()
67 mac->key_len = mac->mac_len = (u_int)evp_len; in mac_setup_by_id()