Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/include/crypto/
H A Devp.h209 struct evp_mac_st { struct
210 OSSL_PROVIDER *prov;
211 int name_id;
212 char *type_name;
213 const char *description;
215 CRYPTO_REF_COUNT refcnt;
217 OSSL_FUNC_mac_newctx_fn *newctx;
218 OSSL_FUNC_mac_dupctx_fn *dupctx;
219 OSSL_FUNC_mac_freectx_fn *freectx;
220 OSSL_FUNC_mac_init_fn *init;
[all …]