Home
last modified time | relevance | path

Searched refs:a_ (Results 1 – 5 of 5) sorted by relevance

/openssl/include/openssl/
H A Dobjects.h122 static int nm##_cmp_BSEARCH_CMP_FN(const void *a_, const void *b_) \
124 type1 const *a = a_; \
136 static int nm##_cmp_BSEARCH_CMP_FN(const void *a_, const void *b_) \
138 type1 const *a = a_; \
/openssl/crypto/chacha/asm/
H A Dchacha-x86_64.pl2472 my ($a,$b,$c,$d, $a_,$b_,$c_,$d_,$fourz) = map("%zmm$_",(0..3,16..20));
2540 vmovdqa32 $a,$a_
2551 vmovdqa32 $a_,$a
2576 vpaddd $a_,$a,$a
2692 vmovdqu32 $a_,0x00(%rsp)
2718 map(s/%z/%y/, $a,$b,$c,$d, $a_,$b_,$c_,$d_,$fourz);
2752 vmovdqa32 $a,$a_
2786 vpaddd $a_,$a,$a
2828 vmovdqa32 $a_,$a
2860 vmovdqu32 $a_,0x00(%rsp)
[all …]
/openssl/crypto/bn/
H A Dbn_gf2m.c1000 int BN_GF2m_mod_solve_quad_arr(BIGNUM *r, const BIGNUM *a_, const int p[], in BN_GF2m_mod_solve_quad_arr() argument
1006 bn_check_top(a_); in BN_GF2m_mod_solve_quad_arr()
1021 if (!BN_GF2m_mod_arr(a, a_, p)) in BN_GF2m_mod_solve_quad_arr()
/openssl/crypto/x509/
H A Dv3_asid.c123 static int ASIdOrRange_cmp(const ASIdOrRange *const *a_, in ASIdOrRange_cmp() argument
126 const ASIdOrRange *a = *a_, *b = *b_; in ASIdOrRange_cmp()
H A Dv3_addr.c694 static int IPAddressFamily_cmp(const IPAddressFamily *const *a_, in IPAddressFamily_cmp() argument
697 const ASN1_OCTET_STRING *a = (*a_)->addressFamily; in IPAddressFamily_cmp()

Completed in 36 milliseconds