Home
last modified time | relevance | path

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

/NextBSD/crypto/openssl/engines/ccgost/
HDgost_keywrap.c76 gost_mac_iv(ctx, 32, ukm, sessionKey, 32, wrappedKey + 40); in keyWrapCryptoPro()
101 gost_mac_iv(ctx, 32, wrappedKey, sessionKey, 32, cek_mac); in keyUnwrapCryptoPro()
HDgost89.h78 int gost_mac_iv(gost_ctx * ctx, int hmac_len, const unsigned char *iv,
HDgost89.c540 int gost_mac_iv(gost_ctx * ctx, int mac_len, const unsigned char *iv, in gost_mac_iv() function