Home
last modified time | relevance | path

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

/openssl/providers/implementations/signature/
H A Dmac_legacy_sig.c52 PROV_MAC_CTX *pmacctx; in mac_newctx() local
59 if (pmacctx == NULL) in mac_newctx()
71 if (pmacctx->macctx == NULL) in mac_newctx()
76 return pmacctx; in mac_newctx()
79 OPENSSL_free(pmacctx->propq); in mac_newctx()
80 OPENSSL_free(pmacctx); in mac_newctx()
103 || pmacctx == NULL) in mac_digest_sign_init()
115 pmacctx->key = vkey; in mac_digest_sign_init()
133 if (!EVP_MAC_init(pmacctx->macctx, pmacctx->key->priv_key, in mac_digest_sign_init()
145 if (pmacctx == NULL || pmacctx->macctx == NULL) in mac_digest_sign_update()
[all …]

Completed in 19 milliseconds