Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/providers/implementations/macs/
H A Dhmac_prov.c48 struct hmac_data_st { struct
49 void *provctx;
50 HMAC_CTX *ctx; /* HMAC context */
51 PROV_DIGEST digest;
75 struct hmac_data_st *macctx; in hmac_new() argument