Searched defs:HMAC_Init_ex (Results 1 - 1 of 1) sorted by relevance
/dovecot/src/lib-dcrypt/ |
H A D | dcrypt-openssl.c | 87 # define HMAC_Init_ex(ctx, key, key_len, md, impl) \ macro 88 HMAC_Init_ex(&(ctx), key, key_len, md, impl) 494 ec = HMAC_Init_ex(ctx->ctx, ctx->key, ctx->klen, ctx->md, NULL);
|
Completed in 18 milliseconds