Searched refs:CRYPTO_POLY1305 (Results 1 – 11 of 11) sorted by relevance
/freebsd/sys/opencrypto/ |
H A D | xform_poly1305.c | 61 .type = CRYPTO_POLY1305,
|
H A D | cryptodev.h | 193 #define CRYPTO_POLY1305 38 macro
|
H A D | crypto.c | 538 case CRYPTO_POLY1305: in crypto_auth_hash() 669 [CRYPTO_POLY1305] = ALG_KEYED_DIGEST,
|
H A D | cryptosoft.c | 1346 case CRYPTO_POLY1305: in swcr_setup_auth() 1433 case CRYPTO_POLY1305: in swcr_auth_supported()
|
/freebsd/sys/crypto/openssl/ |
H A D | ossl_poly1305.c | 169 .type = CRYPTO_POLY1305,
|
H A D | ossl.c | 124 case CRYPTO_POLY1305: in ossl_lookup_hash()
|
/freebsd/tests/sys/opencrypto/ |
H A D | cryptodevh.py | 184 CRYPTO_POLY1305 = 38 variable
|
H A D | poly1305_test.c | 371 ses = create_session(fd, CRYPTO_POLY1305, crid, key, sizeof(key)); in test_rfc7539_poly1305_vectors()
|
/freebsd/sys/dev/mlx5/mlx5_accel/ |
H A D | mlx5_ipsec.c | 140 case CRYPTO_POLY1305: in mlx5_xform_ah_authsize()
|
/freebsd/sys/netipsec/ |
H A D | xform_ah.c | 133 case CRYPTO_POLY1305: in xform_ah_authsize()
|
/freebsd/tools/tools/crypto/ |
H A D | cryptocheck.c | 210 { .name = "poly1305", .mac = CRYPTO_POLY1305, .type = T_DIGEST,
|