Home
last modified time | relevance | path

Searched defs:a (Results 201 – 225 of 269) sorted by relevance

1234567891011

/openssl/crypto/x509/
H A Dv3_purp.c75 static int xp_cmp(const X509_PURPOSE *const *a, const X509_PURPOSE *const *b) in xp_cmp()
266 static int nid_cmp(const int *a, const int *b) in nid_cmp()
H A Dx_crl.c50 X509_CRL_INFO *a = (X509_CRL_INFO *)*pval; in crl_inf_cb() local
/openssl/include/openssl/
H A Dx509.h.in299 # define X509_REQ_extract_key(a) X509_REQ_get_pubkey(a) argument
300 # define X509_name_cmp(a,b) X509_NAME_cmp((a),(b)) argument
/openssl/crypto/bn/
H A Dbn_blind.c236 const BIGNUM *a, in BN_BLINDING_create_param()
/openssl/crypto/evp/
H A Dp_lib.c234 static int evp_pkey_cmp_any(const EVP_PKEY *a, const EVP_PKEY *b, in evp_pkey_cmp_any()
298 int EVP_PKEY_cmp_parameters(const EVP_PKEY *a, const EVP_PKEY *b) in EVP_PKEY_cmp_parameters()
304 int EVP_PKEY_parameters_eq(const EVP_PKEY *a, const EVP_PKEY *b) in EVP_PKEY_parameters_eq()
323 int EVP_PKEY_cmp(const EVP_PKEY *a, const EVP_PKEY *b) in EVP_PKEY_cmp()
329 int EVP_PKEY_eq(const EVP_PKEY *a, const EVP_PKEY *b) in EVP_PKEY_eq()
H A Dpmeth_gn.c292 static int trans_cb(int a, int b, BN_GENCB *gcb) in trans_cb()
H A Devp_pbe.c185 static int pbe_cmp(const EVP_PBE_CTL *const *a, const EVP_PBE_CTL *const *b) in pbe_cmp()
H A Dbio_ok.c153 static int ok_free(BIO *a) in ok_free()
/openssl/crypto/ct/
H A Dct_sct.c48 void SCT_LIST_free(STACK_OF(SCT) *a) in SCT_LIST_free()
/openssl/test/testutil/
H A Ddriver.c84 static int gcd(int a, int b) in gcd()
/openssl/ssl/
H A Dssl_asn1.c243 SSL_SESSION *d2i_SSL_SESSION(SSL_SESSION **a, const unsigned char **pp, in d2i_SSL_SESSION()
H A Dbio_ssl.c72 static int ssl_free(BIO *a) in ssl_free()
/openssl/crypto/aes/
H A Daes_core.c75 u32 a, b; in XtimeWord() local
88 u64 a, b; in XtimeLong() local
/openssl/crypto/err/
H A Derr.c172 static unsigned long err_string_data_hash(const ERR_STRING_DATA *a) in err_string_data_hash()
181 static int err_string_data_cmp(const ERR_STRING_DATA *a, in err_string_data_cmp()
/openssl/crypto/bio/
H A Dbss_log.c116 static int slg_free(BIO *a) in slg_free()
/openssl/crypto/lhash/
H A Dlhash.c181 OPENSSL_LH_NODE *a, *n; in doall_util_fn() local
/openssl/apps/lib/
H A Dopt.c1238 # define S_ISDIR(a) (((a) & _S_IFMT) == _S_IFDIR) argument
1240 # define S_ISDIR(a) (((a) & S_IFMT) == S_IFDIR) argument
H A Dapps.c1381 static unsigned long index_serial_hash(const OPENSSL_CSTRING *a) in index_serial_hash()
1391 static int index_serial_cmp(const OPENSSL_CSTRING *a, in index_serial_cmp()
1401 static int index_name_qual(char **a) in index_name_qual()
1406 static unsigned long index_name_hash(const OPENSSL_CSTRING *a) in index_name_hash()
1411 int index_name_cmp(const OPENSSL_CSTRING *a, const OPENSSL_CSTRING *b) in index_name_cmp()
2617 # define fileno(a) (int)_fileno(a) argument
/openssl/crypto/asn1/
H A Dasn_mime.c905 static int mime_hdr_cmp(const MIME_HEADER *const *a, in mime_hdr_cmp()
914 static int mime_param_cmp(const MIME_PARAM *const *a, in mime_param_cmp()
H A Dtasn_enc.c388 static int der_cmp(const void *a, const void *b) in der_cmp()
/openssl/test/
H A Dx509_time_test.c461 ASN1_TIME *a = NULL; in test_days() local
/openssl/crypto/sm2/
H A Dsm2_sign.c34 BIGNUM *a = NULL; in ossl_sm2_compute_z_digest() local
/openssl/crypto/ec/
H A Dec_mult.c285 #define EC_POINT_CSWAP(c, a, b, w, t) do { \ in ossl_ec_scalar_mul_ladder() argument
/openssl/crypto/sha/
H A Dkeccak1600.c52 #define ROL32(a, offset) (((a) << (offset)) | ((a) >> ((32 - (offset)) & 31))) argument
/openssl/crypto/ts/
H A Dts_rsp_verify.c516 static int ts_check_nonces(const ASN1_INTEGER *a, TS_TST_INFO *tst_info) in ts_check_nonces()

Completed in 121 milliseconds

1234567891011