Home
last modified time | relevance | path

Searched refs:CRYPTO_RIPEMD160 (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/opencrypto/
H A Dxform_rmd160.c60 .type = CRYPTO_RIPEMD160,
H A Dcryptodev.h188 #define CRYPTO_RIPEMD160 33 macro
H A Dcrypto.c511 case CRYPTO_RIPEMD160: in crypto_auth_hash()
664 [CRYPTO_RIPEMD160] = ALG_DIGEST,
H A Dcryptosoft.c1335 case CRYPTO_RIPEMD160: in swcr_setup_auth()
/freebsd/tests/sys/opencrypto/
H A Dcryptodevh.py179 CRYPTO_RIPEMD160 = 33 variable
/freebsd/crypto/openssl/engines/
H A De_devcrypto.c692 # if !defined(CHECK_BSD_STYLE_MACROS) || defined(CRYPTO_RIPEMD160)
693 { NID_ripemd160, /* RIPEMD160_CBLOCK */ 64, 20, CRYPTO_RIPEMD160 },
/freebsd/tools/tools/crypto/
H A Dcryptocheck.c176 { .name = "ripemd160", .mac = CRYPTO_RIPEMD160, .type = T_HASH,