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

Function hmac_init_opad

freebsd/opencrypto/crypto.c:451–457  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

449}
450
451void
452hmac_init_opad(const struct auth_hash *axf, const char *key, int klen,
453 void *auth_ctx)
454{
455
456 hmac_init_pad(axf, key, klen, auth_ctx, HMAC_OPAD_VAL);
457}
458
459static void
460crypto_destroy(void)

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