Searched refs:nist_set_224 (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/crypto/openssl/crypto/bn/
H A Dbn_nist.c465 #define nist_set_224(to, from, a1, a2, a3, a4, a5, a6, a7) \ macro
525 nist_set_224(buf.bn, c_d, 14, 13, 12, 11, 10, 9, 8);
571 nist_set_224(t_d, buf.bn, 10, 9, 8, 7, 0, 0, 0);
573 nist_set_224(t_d, buf.bn, 0, 13, 12, 11, 0, 0, 0);
575 nist_set_224(t_d, buf.bn, 13, 12, 11, 10, 9, 8, 7);
577 nist_set_224(t_d, buf.bn, 0, 0, 0, 0, 13, 12, 11);

Completed in 42 milliseconds