Home
last modified time | relevance | path

Searched defs:HMAC_size (Results 1 – 3 of 3) sorted by relevance

/minix3/crypto/external/bsd/openssl/dist/crypto/hmac/
H A Dhmac.h84 # define HMAC_size(e) (EVP_MD_size((e)->md)) macro
/minix3/crypto/external/bsd/heimdal/dist/lib/hcrypto/
H A Dhmac.h46 #define HMAC_size hc_HMAC_size macro
H A Dhmac.c73 HMAC_size(const HMAC_CTX *ctx) in HMAC_size() function