MCPcopy Create free account
hub / github.com/F-Stack/f-stack / hmac_init_ipad

Function hmac_init_ipad

freebsd/opencrypto/crypto.c:443–449  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

441}
442
443void
444hmac_init_ipad(const struct auth_hash *axf, const char *key, int klen,
445 void *auth_ctx)
446{
447
448 hmac_init_pad(axf, key, klen, auth_ctx, HMAC_IPAD_VAL);
449}
450
451void
452hmac_init_opad(const struct auth_hash *axf, const char *key, int klen,

Callers 3

ossl_setkey_hmacFunction · 0.85
padlock_hash_key_setupFunction · 0.85
swcr_authprepareFunction · 0.85

Calls 1

hmac_init_padFunction · 0.85

Tested by

no test coverage detected