Home
last modified time | relevance | path

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

/src/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()
/src/crypto/openssl/crypto/bn/
H A Dbuild.info108 bn_recp.c bn_mont.c bn_mpi.c bn_exp2.c bn_gf2m.c bn_nist.c \
/src/crypto/openssl/providers/
H A Dfips.module.sources95 crypto/bn/bn_exp2.c
H A Dfips-sources.checksums95 ce5219203bf869561297978d6d416357a441864cd801865503dfd455c481960c crypto/bn/bn_exp2.c
/src/secure/lib/libcrypto/
H A DMakefile112 SRCS+= bn_div.c bn_err.c bn_exp.c bn_exp2.c bn_gcd.c bn_gf2m.c bn_intern.c