Home
last modified time | relevance | path

Searched defs:a (Results 226 – 250 of 269) sorted by relevance

1234567891011

/openssl/crypto/rsa/
H A Drsa_meth.c195 const BIGNUM *a, in RSA_meth_set_bn_mod_exp()
/openssl/crypto/poly1305/
H A Dpoly1305.c93 # define CONSTANT_TIME_CARRY(a,b) ( \ argument
/openssl/providers/implementations/kdfs/
H A Dkbkdf.c49 #define ossl_min(a, b) ((a) < (b)) ? (a) : (b) argument
H A Dscrypt.c329 #define R(a,b) (((a) << (b)) | ((a) >> (32 - (b)))) argument
/openssl/crypto/crmf/
H A Dcrmf_lib.c290 static int crmf_asn1_get_int(const ASN1_INTEGER *a) in crmf_asn1_get_int()
/openssl/apps/
H A Dreq.c173 static unsigned long ext_name_hash(const OPENSSL_STRING *a) in ext_name_hash()
178 static int ext_name_cmp(const OPENSSL_STRING *a, const OPENSSL_STRING *b) in ext_name_cmp()
/openssl/crypto/conf/
H A Dconf_lib.c234 static int section_name_cmp(OPENSSL_CSTRING const *a, OPENSSL_CSTRING const *b) in section_name_cmp()
/openssl/test/
H A Dparams_test.c614 static int check_int_from_text(const struct int_from_text_test_st a) in check_int_from_text()
H A Devp_libctx_test.c478 static int name_cmp(const char * const *a, const char * const *b) in name_cmp()
H A Dasn1_encode_test.c145 typedef void ifree_fn(void *a); typedef
/openssl/crypto/
H A Dcore_namemap.c50 static int namenum_cmp(const NAMENUM_ENTRY *a, const NAMENUM_ENTRY *b) in namenum_cmp()
/openssl/crypto/ec/
H A Decp_nistp224.c614 int64_t tmp[4], a; in felem_contract() local
1296 const BIGNUM *a, const BIGNUM *b, in ossl_ec_GFp_nistp224_group_set_curve()
H A Dec_backend.c189 BIGNUM *a = BN_CTX_get(bnctx); in ec_group_explicit_todata() local
H A Decx_meth.c75 static int ecx_pub_cmp(const EVP_PKEY *a, const EVP_PKEY *b) in ecx_pub_cmp()
163 static int ecx_cmp_parameters(const EVP_PKEY *a, const EVP_PKEY *b) in ecx_cmp_parameters()
/openssl/ssl/statem/
H A Dstatem_lib.c1441 static int version_cmp(const SSL_CONNECTION *s, int a, int b) in version_cmp()
2311 static int ca_dn_cmp(const X509_NAME *const *a, const X509_NAME *const *b) in ca_dn_cmp()
/openssl/include/openssl/
H A Dssl.h.in966 # define SSL_SESSION_set_app_data(s,a) (SSL_SESSION_set_ex_data(s,0, \ argument
1076 # define SSL_in_connect_init(a) (SSL_in_init(a) && !SSL_is_server(a)) argument
1077 # define SSL_in_accept_init(a) (SSL_in_init(a) && SSL_is_server(a)) argument
1123 # define SSL_get_time(a) SSL_SESSION_get_time(a) argument
1124 # define SSL_set_time(a,b) SSL_SESSION_set_time((a),(b)) argument
1125 # define SSL_get_timeout(a) SSL_SESSION_get_timeout(a) argument
1126 # define SSL_set_timeout(a,b) SSL_SESSION_set_timeout((a),(b)) argument
/openssl/crypto/cms/
H A Dcms_lib.c41 int i2d_CMS_ContentInfo(const CMS_ContentInfo *a, unsigned char **out) in i2d_CMS_ContentInfo()
/openssl/providers/implementations/rands/seeding/
H A Drand_unix.c55 # define TWO32TO64(a, b) ((((uint64_t)(a)) << 32) + (b)) argument
/openssl/crypto/property/
H A Dproperty_parse.c507 OSSL_PROPERTY_LIST *ossl_property_merge(const OSSL_PROPERTY_LIST *a, in ossl_property_merge()
/openssl/crypto/srp/
H A Dsrp_vfy.c44 static int t_fromb64(unsigned char *a, size_t alen, const char *src) in t_fromb64()
/openssl/providers/implementations/encode_decode/
H A Dencode_key2text.c365 BIGNUM *p = NULL, *a = NULL, *b = NULL; in ec_param_explicit_curve_to_text() local
/openssl/ssl/
H A Dssl_ciph.c450 static int sk_comp_cmp(const SSL_COMP *const *a, const SSL_COMP *const *b) in sk_comp_cmp()
639 #define ITEM_SEP(a) \ argument
/openssl/providers/implementations/storemgmt/
H A Dfile_store.c41 # define S_ISDIR(a) (((a) & S_IFMT) == S_IFDIR) argument
/openssl/ssl/quic/
H A Dquic_ackm.c66 static int tx_pkt_info_compare(const OSSL_ACKM_TX_PKT *a, in tx_pkt_info_compare()
490 static int pn_range_overlaps(const OSSL_QUIC_ACK_RANGE *a, in pn_range_overlaps()
/openssl/include/crypto/
H A Dmodes.h171 u64 a[2]; member

Completed in 93 milliseconds

1234567891011