Home
last modified time | relevance | path

Searched refs:c_d (Results 1 – 2 of 2) sorted by relevance

/openssl/crypto/bn/
H A Dbn_nist.c362 BN_ULONG c_d[BN_NIST_192_TOP], *res; in BN_nist_mod_192() local
465 : c_d; in BN_nist_mod_192()
498 BN_ULONG c_d[BN_NIST_224_TOP], *res; in BN_nist_mod_224() local
529 nist_cp_bn_0(c_d, a_d + (BN_NIST_224_TOP - 1), in BN_nist_mod_224()
532 nist_set_224(buf.bn, c_d, 14, 13, 12, 11, 10, 9, 8); in BN_nist_mod_224()
639 : c_d; in BN_nist_mod_224()
670 BN_ULONG c_d[BN_NIST_256_TOP], *res; in BN_nist_mod_256() local
807 nist_set_256(c_d, buf.bn, 0, 15, 14, 13, 12, 0, 0, 0); in BN_nist_mod_256()
872 : c_d; in BN_nist_mod_256()
907 BN_ULONG c_d[BN_NIST_384_TOP], *res; in BN_nist_mod_384() local
[all …]
/openssl/test/
H A Dquic_multistream_test.c5490 SSL *c_a, *c_b, *c_c, *c_d; in script_85_poll() local
5497 || !TEST_ptr(c_d = helper_local_get_c_stream(hl, "d"))) in script_85_poll()
5515 item->desc = SSL_as_poll_descriptor(c_d); in script_85_poll()

Completed in 21 milliseconds