Searched refs:hmac_update (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/bsd/nsd/dist/
H A Dtsig.c108 tsig->algorithm->hmac_update(tsig->context,
111 tsig->algorithm->hmac_update(tsig->context,
114 tsig->algorithm->hmac_update(tsig->context,
117 tsig->algorithm->hmac_update(tsig->context,
121 tsig->algorithm->hmac_update(tsig->context,
124 tsig->algorithm->hmac_update(tsig->context,
127 tsig->algorithm->hmac_update(tsig->context,
131 tsig->algorithm->hmac_update(tsig->context,
134 tsig->algorithm->hmac_update(tsig->context,
137 tsig->algorithm->hmac_update(tsi
[all...]
H A Dtsig.h86 void (*hmac_update)(void *context, const void *data, size_t size); member in struct:tsig_algorithm
H A Dtsig-openssl.c134 algorithm->hmac_update = update;
/netbsd-current/crypto/external/bsd/openssl/dist/providers/implementations/macs/
H A Dhmac_prov.c42 static OSSL_FUNC_mac_update_fn hmac_update; variable
188 static int hmac_update(void *vmacctx, const unsigned char *data, function
348 { OSSL_FUNC_MAC_UPDATE, (void (*)(void))hmac_update },
/netbsd-current/external/bsd/openldap/dist/servers/slapd/overlays/
H A Dotp.c97 #define HMAC_crunch( ctx, buf, len ) hmac_update( &ctx.state, h, len, buf )
/netbsd-current/external/bsd/openldap/dist/contrib/slapd-modules/passwd/totp/
H A Dslapd-totp.c87 #define HMAC_crunch(ctx, buf, len) hmac_update(&ctx.state, h, len, buf)

Completed in 246 milliseconds