Home
last modified time | relevance | path

Searched refs:aalg (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/opencrypto/
H A Dcryptosoft.c468 unsigned char aalg[AALG_MAX_RESULT_LEN]; in swcr_authcompute() local
517 axf->Final(aalg, &ctx); in swcr_authcompute()
519 axf->Update(&ctx, aalg, axf->auth_hash->hashsize); in swcr_authcompute()
520 axf->Final(aalg, &ctx); in swcr_authcompute()
529 axf->Final(aalg, &ctx); in swcr_authcompute()
536 axf->Final(aalg, &ctx); in swcr_authcompute()
543 (void)memcpy((char *)buf + crd->crd_inject, aalg, in swcr_authcompute()
548 axf->auth_hash->authsize, aalg); in swcr_authcompute()
551 memcpy(crp->crp_mac, aalg, axf->auth_hash->authsize); in swcr_authcompute()
567 u_char aalg[AALG_MAX_RESULT_LEN]; in swcr_combined() local
[all …]
/netbsd-src/sys/netipsec/
H A Dxform_esp.c512 uint8_t lastthree[3], aalg[AH_ALEN_MAX]; in esp_input_cb() local
563 esph->authsize, aalg); in esp_input_cb()
568 if (!consttime_memequal(ptr, aalg, esph->authsize)) { in esp_input_cb()