Home
last modified time | relevance | path

Searched refs:CRYPTO_POLY1305 (Results 1 – 11 of 11) sorted by relevance

/freebsd/sys/opencrypto/
H A Dxform_poly1305.c61 .type = CRYPTO_POLY1305,
H A Dcryptodev.h193 #define CRYPTO_POLY1305 38 macro
H A Dcrypto.c538 case CRYPTO_POLY1305: in crypto_auth_hash()
669 [CRYPTO_POLY1305] = ALG_KEYED_DIGEST,
H A Dcryptosoft.c1346 case CRYPTO_POLY1305: in swcr_setup_auth()
1433 case CRYPTO_POLY1305: in swcr_auth_supported()
/freebsd/sys/crypto/openssl/
H A Dossl_poly1305.c169 .type = CRYPTO_POLY1305,
H A Dossl.c124 case CRYPTO_POLY1305: in ossl_lookup_hash()
/freebsd/tests/sys/opencrypto/
H A Dcryptodevh.py184 CRYPTO_POLY1305 = 38 variable
H A Dpoly1305_test.c371 ses = create_session(fd, CRYPTO_POLY1305, crid, key, sizeof(key)); in test_rfc7539_poly1305_vectors()
/freebsd/sys/dev/mlx5/mlx5_accel/
H A Dmlx5_ipsec.c140 case CRYPTO_POLY1305: in mlx5_xform_ah_authsize()
/freebsd/sys/netipsec/
H A Dxform_ah.c133 case CRYPTO_POLY1305: in xform_ah_authsize()
/freebsd/tools/tools/crypto/
H A Dcryptocheck.c210 { .name = "poly1305", .mac = CRYPTO_POLY1305, .type = T_DIGEST,