Searched defs:HMAC_crunch (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/bsd/openldap/dist/servers/slapd/overlays/ |
H A D | otp.c | 78 #define HMAC_crunch( ctx, buf, len ) HMAC_Update( ctx, buf, len ) macro 97 #define HMAC_crunch( ctx, buf, len ) hmac_update( &ctx.state, h, len, buf ) macro
|
/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/passwd/totp/ |
H A D | slapd-totp.c | 70 #define HMAC_crunch(ctx, buf, len) HMAC_Update(ctx, buf, len) macro 87 #define HMAC_crunch(ctx, buf, len) hmac_update(&ctx.state, h, len, buf) macro
|