Searched refs:hmac_finalize (Results 1 – 3 of 3) sorted by relevance
/freebsd/crypto/libecc/src/hash/ |
H A D | hmac.c | 102 int hmac_finalize(hmac_context *ctx, u8 *output, u8 *outlen) in hmac_finalize() function 144 ret = hmac_finalize(&ctx, output, outlen); in hmac() 169 ret = hmac_finalize(&ctx, output, outlen); in hmac_scattered()
|
/freebsd/crypto/libecc/include/libecc/hash/ |
H A D | hmac.h | 30 ATTRIBUTE_WARN_UNUSED_RET int hmac_finalize(hmac_context *ctx, u8 *output, u8 *outlen);
|
/freebsd/crypto/libecc/src/sig/ |
H A D | ecdsa_common.c | 97 ret = hmac_finalize(&hmac_ctx, K, &hmac_size); EG(ret, err); in __ecdsa_rfc6979_nonce() 113 ret = hmac_finalize(&hmac_ctx, K, &hmac_size); EG(ret, err); in __ecdsa_rfc6979_nonce() 159 ret = hmac_finalize(&hmac_ctx, K, &hmac_size); EG(ret, err); in __ecdsa_rfc6979_nonce()
|