Searched refs:auth_hash (Results 1 – 11 of 11) sorted by relevance
| /netbsd/src/sys/opencrypto/ |
| D | xform.h | 30 struct auth_hash { struct 73 extern const struct auth_hash auth_hash_null; 74 extern const struct auth_hash auth_hash_md5; 75 extern const struct auth_hash auth_hash_sha1; 76 extern const struct auth_hash auth_hash_key_md5; 77 extern const struct auth_hash auth_hash_key_sha1; 78 extern const struct auth_hash auth_hash_hmac_md5; 79 extern const struct auth_hash auth_hash_hmac_sha1; 80 extern const struct auth_hash auth_hash_hmac_ripemd_160; 81 extern const struct auth_hash auth_hash_hmac_md5_96; [all …]
|
| D | xform.c | 202 const struct auth_hash auth_hash_null = { 211 const struct auth_hash auth_hash_hmac_md5 = { 220 const struct auth_hash auth_hash_hmac_sha1 = { 229 const struct auth_hash auth_hash_hmac_ripemd_160 = { 238 const struct auth_hash auth_hash_hmac_md5_96 = { 247 const struct auth_hash auth_hash_hmac_sha1_96 = { 256 const struct auth_hash auth_hash_hmac_ripemd_160_96 = { 265 const struct auth_hash auth_hash_key_md5 = { 274 const struct auth_hash auth_hash_key_sha1 = { 283 const struct auth_hash auth_hash_md5 = { [all …]
|
| D | cryptosoft.c | 519 axf->Update(&ctx, aalg, axf->auth_hash->hashsize); in swcr_authcompute() 544 axf->auth_hash->authsize); 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() 603 blksz = axf->auth_hash->blocksize; in swcr_combined() 689 COPYBACK(outtype, buf, crda->crd_inject, axf->auth_hash->authsize, aalg); in swcr_combined() 691 memcpy(crp->crp_mac, aalg, axf->auth_hash->authsize); in swcr_combined() 909 axf->auth_hash->blocksize - (cri->cri_klen / 8)); in swcr_newsession() 918 axf->auth_hash->blocksize - (cri->cri_klen / 8)); in swcr_newsession()
|
| D | cryptosoft_xform.c | 64 const struct auth_hash *auth_hash; member
|
| D | cryptodev.c | 113 const struct auth_hash *thash; 183 const struct enc_xform *, const struct auth_hash *, 967 const struct auth_hash *thash, const struct comp_algo *tcomp) in csecreate() 1461 const struct auth_hash *thash = NULL; in cryptodev_session()
|
| /netbsd/src/crypto/external/cpl/trousers/dist/src/tspi/ |
| D | tsp_policy.c | 46 popup_GetSecret(UINT32 new_pin, UINT32 hash_mode, BYTE *popup_str, void *auth_hash) in popup_GetSecret() argument 77 result = Trspi_Hash(TSS_HASH_SHA1, secret_len, secret, auth_hash); in popup_GetSecret()
|
| /netbsd/src/sys/netipsec/ |
| D | keydb.h | 92 struct auth_hash; 139 const struct auth_hash *tdb_authalgxform; /* authentication algorithm */
|
| D | xform.h | 99 const struct auth_hash *ah_algorithm_lookup(int);
|
| D | xform_esp.c | 303 const struct auth_hash *esph; in esp_input() 515 const struct auth_hash *esph; in esp_input_cb() 683 const struct auth_hash *esph; in esp_output() 985 const struct auth_hash *esph; in esp_output_cb()
|
| D | xform_ah.c | 122 const struct auth_hash * 199 const struct auth_hash *thash; in ah_init0() 527 const struct auth_hash *ahx; in ah_input() 885 const struct auth_hash *ahx; in ah_output()
|
| D | key.c | 6583 key_getsizes_ah(const struct auth_hash *ah, int alg, in key_getsizes_ah() 6610 const struct auth_hash *algo; in key_getcomb_ah() 7342 const struct auth_hash *aalgo; in key_api_register()
|