Home
last modified time | relevance | path

Searched refs:am (Results 1 – 4 of 4) sorted by relevance

/openssl/crypto/x509/
H A Dv3_attrmap.c48 OSSL_ATTRIBUTE_MAPPING *am,
55 switch (am->type) {
57 if (i2a_ASN1_OBJECT(out, am->choice.typeMappings->local) <= 0)
61 return i2a_ASN1_OBJECT(out, am->choice.typeMappings->remote);
63 local_type = am->choice.typeValueMappings->local->type;
64 remote_type = am->choice.typeValueMappings->remote->type;
65 local_val = am->choice.typeValueMappings->local->value;
66 remote_val = am->choice.typeValueMappings->remote->value;
93 OSSL_ATTRIBUTE_MAPPING *am; in i2r_ATTRIBUTE_MAPPINGS() local
96 am = sk_OSSL_ATTRIBUTE_MAPPING_value(ams, i); in i2r_ATTRIBUTE_MAPPINGS()
[all …]
/openssl/crypto/bn/
H A Dbn_exp.c621 BIGNUM tmp, am; in BN_mod_exp_mont_consttime() local
759 am.d = tmp.d + top; in BN_mod_exp_mont_consttime()
852 am.d[i] = 0; in BN_mod_exp_mont_consttime()
858 if (!(*mul_worker) (tmp.d, am.d, am.d, np, n0) && in BN_mod_exp_mont_consttime()
859 !(*mul_worker) (tmp.d, am.d, am.d, np, n0)) in BN_mod_exp_mont_consttime()
860 bn_mul_mont_vis3(tmp.d, am.d, am.d, np, n0, top); in BN_mod_exp_mont_consttime()
961 am.d[i] = 0; in BN_mod_exp_mont_consttime()
972 bn_scatter5(am.d, am.top, powerbuf, 1); in BN_mod_exp_mont_consttime()
973 bn_mul_mont(tmp.d, am.d, am.d, np, n0, top); in BN_mod_exp_mont_consttime()
1069 if (!bn_mul_mont_fixed_top(&tmp, &am, &am, mont, ctx)) in BN_mod_exp_mont_consttime()
[all …]
/openssl/test/certs/
H A Dalt3-key.pem22 OtKmmgzg51Z+rdyiBZ20MsUhuOBPubvAtGC4gIMe4TLte1VXIkkg+2kufFZ8a/am
/openssl/doc/designs/quic-design/
H A Ddgram-api.md469 intention to support multithreaded use of a single BIO at this time (unless I am

Completed in 13 milliseconds