HomeSort by: relevance | last modified time | path
    Searched refs:hmac_update (Results 1 - 7 of 7) sorted by relevancy

  /src/external/bsd/nsd/dist/
tsig.c 108 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(tsig->context
    [all...]
tsig.h 86 void (*hmac_update)(void *context, const void *data, size_t size); member in struct:tsig_algorithm
tsig-openssl.c 134 algorithm->hmac_update = update;
263 HMAC_Update(ctx, (unsigned char *) data, (int) size);
  /src/crypto/external/apache2/openssl/dist/providers/implementations/macs/
hmac_prov.c 47 static OSSL_FUNC_mac_update_fn hmac_update; variable
214 static int hmac_update(void *vmacctx, const unsigned char *data, function
245 return HMAC_Update(macctx->ctx, data, datalen);
366 { OSSL_FUNC_MAC_UPDATE, (void (*)(void))hmac_update },
394 { OSSL_FUNC_MAC_UPDATE, (void (*)(void))hmac_update },
  /src/crypto/external/bsd/openssl/dist/providers/implementations/macs/
hmac_prov.c 42 static OSSL_FUNC_mac_update_fn hmac_update; variable
188 static int hmac_update(void *vmacctx, const unsigned char *data, function
219 return HMAC_Update(macctx->ctx, data, datalen);
348 { OSSL_FUNC_MAC_UPDATE, (void (*)(void))hmac_update },
  /src/external/bsd/openldap/dist/servers/slapd/overlays/
otp.c 104 #define HMAC_crunch( ctx, buf, len ) HMAC_Update( ctx, buf, len )
124 #define HMAC_crunch( ctx, buf, len ) hmac_update( &ctx.state, h, len, buf )
  /src/external/bsd/openldap/dist/contrib/slapd-modules/passwd/totp/
slapd-totp.c 70 #define HMAC_crunch(ctx, buf, len) HMAC_Update(ctx, buf, len)
87 #define HMAC_crunch(ctx, buf, len) hmac_update(&ctx.state, h, len, buf)

Completed in 52 milliseconds