Searched defs:hmac_init (Results 1 – 2 of 2) sorted by relevance
41 static OSSL_FUNC_mac_init_fn hmac_init; variable173 static int hmac_init(void *vmacctx, const unsigned char *key, in hmac_init() function
37 typedef void (*hmac_init)(void *ctx); typedef