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

  /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/nsd/dist/
tsig.h 86 void (*hmac_update)(void *context, const void *data, size_t size); member in struct:tsig_algorithm

Completed in 59 milliseconds