Searched refs:a_ (Results 1 – 5 of 5) sorted by relevance
/openssl/include/openssl/ |
H A D | objects.h | 122 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 D | chacha-x86_64.pl | 2472 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 D | bn_gf2m.c | 1001 int BN_GF2m_mod_solve_quad_arr(BIGNUM *r, const BIGNUM *a_, const int p[], in BN_GF2m_mod_solve_quad_arr() argument 1007 bn_check_top(a_); in BN_GF2m_mod_solve_quad_arr() 1022 if (!BN_GF2m_mod_arr(a, a_, p)) in BN_GF2m_mod_solve_quad_arr()
|
/openssl/crypto/x509/ |
H A D | v3_asid.c | 123 static int ASIdOrRange_cmp(const ASIdOrRange *const *a_, in ASIdOrRange_cmp() argument 126 const ASIdOrRange *a = *a_, *b = *b_; in ASIdOrRange_cmp()
|
H A D | v3_addr.c | 694 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 21 milliseconds