Searched defs:evp_mac_st (Results 1 – 1 of 1) sorted by relevance
199 struct evp_mac_st { struct200 OSSL_PROVIDER *prov;201 int name_id;202 char *type_name;203 const char *description;205 CRYPTO_REF_COUNT refcnt;206 CRYPTO_RWLOCK *lock;208 OSSL_FUNC_mac_newctx_fn *newctx;209 OSSL_FUNC_mac_dupctx_fn *dupctx;210 OSSL_FUNC_mac_freectx_fn *freectx;[all …]