Home
last modified time | relevance | path

Searched defs:HMAC_crunch (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/servers/slapd/overlays/
H A Dotp.c78 #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 Dslapd-totp.c70 #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