Searched refs:auth_hash (Results 1 – 20 of 20) sorted by relevance
| /freebsd-11-stable/sys/opencrypto/ |
| HD | xform_auth.h | 52 struct auth_hash { struct 66 extern struct auth_hash auth_hash_null; argument 67 extern struct auth_hash auth_hash_key_md5; 68 extern struct auth_hash auth_hash_key_sha1; 69 extern struct auth_hash auth_hash_hmac_md5; 70 extern struct auth_hash auth_hash_hmac_sha1; 71 extern struct auth_hash auth_hash_hmac_ripemd_160; 72 extern struct auth_hash auth_hash_hmac_sha2_256; 73 extern struct auth_hash auth_hash_hmac_sha2_384; 74 extern struct auth_hash auth_hash_hmac_sha2_512; [all …]
|
| HD | xform_gmac.c | 68 struct auth_hash auth_hash_nist_gmac_aes_128 = { 79 struct auth_hash auth_hash_nist_gmac_aes_192 = { 90 struct auth_hash auth_hash_nist_gmac_aes_256 = {
|
| HD | xform_sha2.c | 63 struct auth_hash auth_hash_hmac_sha2_256 = { 71 struct auth_hash auth_hash_hmac_sha2_384 = { 79 struct auth_hash auth_hash_hmac_sha2_512 = {
|
| HD | xform_md5.c | 59 struct auth_hash auth_hash_hmac_md5 = { 66 struct auth_hash auth_hash_key_md5 = {
|
| HD | xform_sha1.c | 61 struct auth_hash auth_hash_hmac_sha1 = { 67 struct auth_hash auth_hash_key_sha1 = {
|
| HD | xform_rmd160.c | 59 struct auth_hash auth_hash_hmac_ripemd_160 = {
|
| HD | cryptosoft.h | 37 struct auth_hash *SW_axf;
|
| HD | xform_null.c | 79 struct auth_hash auth_hash_null = { /* NB: context isn't used */
|
| HD | cryptosoft.c | 321 swcr_authprepare(struct auth_hash *axf, struct swcr_data *sw, u_char *key, in swcr_authprepare() 389 struct auth_hash *axf; in swcr_authcompute() 469 struct auth_hash *axf = NULL; in swcr_authenc() 710 struct auth_hash *axf; in swcr_newsession() 988 struct auth_hash *axf; in swcr_freesession_locked()
|
| HD | cryptodev.c | 278 struct auth_hash *thash; 333 struct auth_hash *); 387 struct auth_hash *thash = NULL; in cryptof_ioctl() 1380 struct enc_xform *txform, struct auth_hash *thash) in csecreate()
|
| /freebsd-11-stable/sys/crypto/via/ |
| HD | padlock_hash.c | 83 static struct auth_hash padlock_hmac_sha1 = { 91 static struct auth_hash padlock_hmac_sha256 = { 215 padlock_copy_ctx(struct auth_hash *axf, void *sctx, void *dctx) in padlock_copy_ctx() 233 padlock_free_ctx(struct auth_hash *axf, void *ctx) in padlock_free_ctx() 246 struct auth_hash *axf; in padlock_hash_key_setup() 286 struct auth_hash *axf; in padlock_authcompute()
|
| HD | padlock.h | 72 struct auth_hash *ses_axf;
|
| /freebsd-11-stable/sys/netipsec/ |
| HD | xform.h | 101 const struct auth_hash * auth_algorithm_lookup(int); 109 int xform_ah_authsize(const struct auth_hash *);
|
| HD | keydb.h | 123 struct auth_hash; 161 const struct auth_hash *tdb_authalgxform;/* authentication algorithm */
|
| HD | xform_ah.c | 118 xform_ah_authsize(const struct auth_hash *esph) in xform_ah_authsize() 170 const struct auth_hash *thash; in ah_init0() 554 const struct auth_hash *ahx; in ah_input() 706 const struct auth_hash *ahx; in ah_input_cb() 859 const struct auth_hash *ahx; in ah_output()
|
| HD | xform_esp.c | 294 const struct auth_hash *esph; in esp_input() 469 const struct auth_hash *esph; in esp_input_cb() 667 const struct auth_hash *esph; in esp_output() 964 const struct auth_hash *esph; in esp_output_cb()
|
| HD | key.c | 547 const struct auth_hash *xform; 6262 key_getsizes_ah(const struct auth_hash *ah, int alg, u_int16_t* min, in key_getsizes_ah() 6293 const struct auth_hash *algo; in key_getcomb_ah() 7085 const struct auth_hash *aalgo; in key_register() 8378 const struct auth_hash *
|
| /freebsd-11-stable/sys/dev/cxgbe/crypto/ |
| HD | t4_crypto.c | 137 struct auth_hash *auth_hash; member 430 struct auth_hash *axf; in ccr_hmac() 443 axf = s->hmac.auth_hash; in ccr_hmac() 767 struct auth_hash *axf; in ccr_authenc() 808 axf = s->hmac.auth_hash; in ccr_authenc() 1419 struct auth_hash *axf; in ccr_gcm_soft() 1744 struct auth_hash *axf; in ccr_init_hmac_digest() 1751 axf = s->hmac.auth_hash; in ccr_init_hmac_digest() 1882 struct auth_hash *auth_hash; in ccr_newsession() local 1895 auth_hash = NULL; in ccr_newsession() [all …]
|
| /freebsd-11-stable/sys/dev/glxsb/ |
| HD | glxsb_hash.c | 54 struct auth_hash *axf; in glxsb_hash_key_setup() 86 struct auth_hash *axf; in glxsb_authcompute()
|
| HD | glxsb.h | 42 struct auth_hash *ses_axf;
|