Home
last modified time | relevance | path

Searched refs:bn_exp2 (Results 1 – 5 of 5) sorted by relevance

/freebsd/crypto/openssh/regress/unittests/sshbuf/
H A Dtest_sshbuf_getput_basic.c43 u_char bn_exp2[] = { 0x00, 0x00, 0x00, 0x02, 0x01, 0x02 }; in sshbuf_getput_basic_tests() local
452 ASSERT_SIZE_T_EQ(sshbuf_len(p1), sizeof(bn_exp2)); in sshbuf_getput_basic_tests()
453 ASSERT_MEM_EQ(sshbuf_ptr(p1), bn_exp2, sizeof(bn_exp2)); in sshbuf_getput_basic_tests()
461 ASSERT_SIZE_T_EQ(sshbuf_len(p1), sizeof(bn_exp2)); in sshbuf_getput_basic_tests()
462 ASSERT_MEM_EQ(sshbuf_ptr(p1), bn_exp2, sizeof(bn_exp2)); in sshbuf_getput_basic_tests()
/freebsd/crypto/openssl/crypto/bn/
H A Dbuild.info107 bn_recp.c bn_mont.c bn_mpi.c bn_exp2.c bn_gf2m.c bn_nist.c \
/freebsd/crypto/openssl/providers/
H A Dfips.module.sources81 crypto/bn/bn_exp2.c
H A Dfips-sources.checksums81 ec2b6e3af6df473a23e7f1a8522f2554cb0eb5d34e3282458c4a66d242278434 crypto/bn/bn_exp2.c
/freebsd/secure/lib/libcrypto/
H A DMakefile98 SRCS+= bn_div.c bn_err.c bn_exp.c bn_exp2.c bn_gcd.c bn_gf2m.c bn_intern.c