Searched refs:do_hmac (Results 1 – 1 of 1) sorted by relevance
| /freebsd/crypto/openssl/providers/implementations/rands/ |
| H A D | drbg_hmac.c | 54 static int do_hmac(PROV_DRBG_HMAC *hmac, unsigned char inbyte, in do_hmac() function 97 if (!do_hmac(hmac, 0x00, in1, in1len, in2, in2len, in3, in3len)) in drbg_hmac_update() 103 return do_hmac(hmac, 0x01, in1, in1len, in2, in2len, in3, in3len); in drbg_hmac_update()
|