/src/sys/arch/x86/x86/ |
via_padlock.c | 134 const struct swcr_auth_hash *axf; local in function:via_padlock_crypto_newsession 218 axf = &swcr_auth_hash_hmac_md5; 221 axf = &swcr_auth_hash_hmac_md5_96; 224 axf = &swcr_auth_hash_hmac_sha1; 227 axf = &swcr_auth_hash_hmac_sha1_96; 230 axf = &swcr_auth_hash_hmac_ripemd_160; 233 axf = &swcr_auth_hash_hmac_ripemd_160_96; 237 axf = &swcr_auth_hash_hmac_sha2_256; 239 axf = &swcr_auth_hash_hmac_sha2_384; 241 axf = &swcr_auth_hash_hmac_sha2_512 306 const struct swcr_auth_hash *axf; local in function:via_padlock_crypto_freesession [all...] |
via_padlock.c | 134 const struct swcr_auth_hash *axf; local in function:via_padlock_crypto_newsession 218 axf = &swcr_auth_hash_hmac_md5; 221 axf = &swcr_auth_hash_hmac_md5_96; 224 axf = &swcr_auth_hash_hmac_sha1; 227 axf = &swcr_auth_hash_hmac_sha1_96; 230 axf = &swcr_auth_hash_hmac_ripemd_160; 233 axf = &swcr_auth_hash_hmac_ripemd_160_96; 237 axf = &swcr_auth_hash_hmac_sha2_256; 239 axf = &swcr_auth_hash_hmac_sha2_384; 241 axf = &swcr_auth_hash_hmac_sha2_512 306 const struct swcr_auth_hash *axf; local in function:via_padlock_crypto_freesession [all...] |
/src/sys/opencrypto/ |
cryptosoft.c | 469 const struct swcr_auth_hash *axf; local in function:swcr_authcompute 476 axf = sw->sw_axf; 478 memcpy(&ctx, sw->sw_ictx, axf->ctxsize); 482 axf->Update(&ctx, (char *)buf + crd->crd_skip, crd->crd_len); 486 (int (*)(void*, void *, unsigned int))(void *)axf->Update, 494 (int (*)(void *, void *, unsigned int))(void *)axf->Update, 517 axf->Final(aalg, &ctx); 518 memcpy(&ctx, sw->sw_octx, axf->ctxsize); 519 axf->Update(&ctx, aalg, axf->auth_hash->hashsize) 572 const struct swcr_auth_hash *axf = NULL; local in function:swcr_combined 763 const struct swcr_auth_hash *axf; local in function:swcr_newsession 1032 const struct swcr_auth_hash *axf; local in function:swcr_freesession_internal [all...] |
cryptosoft.c | 469 const struct swcr_auth_hash *axf; local in function:swcr_authcompute 476 axf = sw->sw_axf; 478 memcpy(&ctx, sw->sw_ictx, axf->ctxsize); 482 axf->Update(&ctx, (char *)buf + crd->crd_skip, crd->crd_len); 486 (int (*)(void*, void *, unsigned int))(void *)axf->Update, 494 (int (*)(void *, void *, unsigned int))(void *)axf->Update, 517 axf->Final(aalg, &ctx); 518 memcpy(&ctx, sw->sw_octx, axf->ctxsize); 519 axf->Update(&ctx, aalg, axf->auth_hash->hashsize) 572 const struct swcr_auth_hash *axf = NULL; local in function:swcr_combined 763 const struct swcr_auth_hash *axf; local in function:swcr_newsession 1032 const struct swcr_auth_hash *axf; local in function:swcr_freesession_internal [all...] |