Home
last modified time | relevance | path

Searched defs:a (Results 151 – 175 of 269) sorted by last modified time

1234567891011

/openssl/crypto/x509/
H A Dx_name.c115 X509_NAME *a; in x509_name_ex_free() local
146 ASN1_VALUE *a; in x509_name_ex_d2i() member
152 ASN1_VALUE *a; in x509_name_ex_d2i() member
215 X509_NAME *a = (X509_NAME *)*val; in x509_name_ex_i2d() local
233 static int x509_name_encode(X509_NAME *a) in x509_name_encode()
237 const ASN1_VALUE *a; in x509_name_encode() member
304 static int x509_name_canon(X509_NAME *a) in x509_name_canon()
H A Dv3_admis.c257 void ADMISSION_SYNTAX_set0_contentsOfAdmissions(ADMISSION_SYNTAX *as, in ADMISSION_SYNTAX_set0_contentsOfAdmissions()
264 const GENERAL_NAME *ADMISSIONS_get0_admissionAuthority(const ADMISSIONS *a) in ADMISSIONS_get0_admissionAuthority()
269 void ADMISSIONS_set0_admissionAuthority(ADMISSIONS *a, GENERAL_NAME *aa) in ADMISSIONS_set0_admissionAuthority()
275 const NAMING_AUTHORITY *ADMISSIONS_get0_namingAuthority(const ADMISSIONS *a) in ADMISSIONS_get0_namingAuthority()
280 void ADMISSIONS_set0_namingAuthority(ADMISSIONS *a, NAMING_AUTHORITY *na) in ADMISSIONS_set0_namingAuthority()
286 const PROFESSION_INFOS *ADMISSIONS_get0_professionInfos(const ADMISSIONS *a) in ADMISSIONS_get0_professionInfos()
291 void ADMISSIONS_set0_professionInfos(ADMISSIONS *a, PROFESSION_INFOS *pi) in ADMISSIONS_set0_professionInfos()
H A Dpcy_cache.c211 static int policy_data_cmp(const X509_POLICY_DATA *const *a, in policy_data_cmp()
H A Dpcy_node.c17 static int node_cmp(const X509_POLICY_NODE *const *a, in node_cmp()
H A Dx_x509.c190 X509 *d2i_X509_AUX(X509 **a, const unsigned char **pp, long length) in d2i_X509_AUX()
226 static int i2d_x509_aux_internal(const X509 *a, unsigned char **pp) in i2d_x509_aux_internal()
260 int i2d_X509_AUX(const X509 *a, unsigned char **pp) in i2d_X509_AUX()
/openssl/crypto/des/
H A Dset_key.c139 #define HPERM_OP(a,t,n,m) ((t)=((((a)<<(16-(n)))^(a))&(m)),\ argument
/openssl/test/
H A Dstack_test.c168 static int uchar_compare(const unsigned char *const *a, in uchar_compare()
H A Dconstant_time_test.c61 static int test_binary_op(unsigned int (*op) (unsigned int a, unsigned int b), in test_binary_op()
72 static int test_binary_op_8(unsigned in test_binary_op_8()
84 static int test_binary_op_s(size_t (*op) (size_t a, size_t b), in test_binary_op_s()
95 static int test_binary_op_64(uint64_t (*op)(uint64_t a, uint64_t b), in test_binary_op_64()
115 unsigned int a = test_values[i]; in test_is_zero() local
126 unsigned int a = test_values_8[i]; in test_is_zero_8() local
137 uint32_t a = test_values_32[i]; in test_is_zero_32() local
148 size_t a = test_values_s[i]; in test_is_zero_s() local
237 static int test_eq_int(int a, int b) in test_eq_int()
255 unsigned int a = test_values[i]; in test_binops() local
[all …]
H A Dsm2_internal_test.c82 BIGNUM *a = NULL; in create_EC_group() local
H A Dx509_time_test.c461 ASN1_TIME *a = NULL; in test_days() local
H A Dasn1_encode_test.c145 typedef void ifree_fn(void *a); typedef
/openssl/providers/implementations/rands/seeding/
H A Drand_vxworks.c38 #define TWO32TO64(a, b) ((((uint64_t)(a)) << 32) + (b)) argument
/openssl/crypto/sha/
H A Dkeccak1600.c52 #define ROL32(a, offset) (((a) << (offset)) | ((a) >> ((32 - (offset)) & 31))) argument
/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/crypto/ec/
H A Dec2_smpl.c102 const BIGNUM *p, const BIGNUM *a, in ossl_ec_GF2m_simple_group_set_curve()
142 BIGNUM *a, BIGNUM *b, BN_CTX *ctx) in ossl_ec_GF2m_simple_group_get_curve()
357 const EC_POINT *a, const EC_POINT *b, BN_CTX *ctx) in ossl_ec_GF2m_simple_add()
478 const EC_POINT *a, BN_CTX *ctx) in ossl_ec_GF2m_simple_dbl()
581 int ossl_ec_GF2m_simple_cmp(const EC_GROUP *group, const EC_POINT *a, in ossl_ec_GF2m_simple_cmp()
696 const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx) in ossl_ec_GF2m_simple_field_mul()
703 const BIGNUM *a, BN_CTX *ctx) in ossl_ec_GF2m_simple_field_sqr()
710 const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx) in ossl_ec_GF2m_simple_field_div()
930 const BIGNUM *a, BN_CTX *ctx) in ec_GF2m_simple_field_inv()
H A Decp_smpl.c142 const BIGNUM *p, const BIGNUM *a, in ossl_ec_GFp_simple_group_set_curve()
201 BIGNUM *a, BIGNUM *b, BN_CTX *ctx) in ossl_ec_GFp_simple_group_get_curve()
254 BIGNUM *a, *b, *order, *tmp_1, *tmp_2; in ossl_ec_GFp_simple_group_check_discriminant() local
613 int ossl_ec_GFp_simple_add(const EC_GROUP *group, EC_POINT *r, const EC_POINT *a, in ossl_ec_GFp_simple_add()
798 int ossl_ec_GFp_simple_dbl(const EC_GROUP *group, EC_POINT *r, const EC_POINT *a, in ossl_ec_GFp_simple_dbl()
1059 int ossl_ec_GFp_simple_cmp(const EC_GROUP *group, const EC_POINT *a, in ossl_ec_GFp_simple_cmp()
1365 int ossl_ec_GFp_simple_field_mul(const EC_GROUP *group, BIGNUM *r, const BIGNUM *a, in ossl_ec_GFp_simple_field_mul()
1371 int ossl_ec_GFp_simple_field_sqr(const EC_GROUP *group, BIGNUM *r, const BIGNUM *a, in ossl_ec_GFp_simple_field_sqr()
1384 const BIGNUM *a, BN_CTX *ctx) in ossl_ec_GFp_simple_field_inv()
H A Dec_curve.c3140 BIGNUM *p = NULL, *a = NULL, *b = NULL, *x = NULL, *y = NULL, *order = in ec_group_new_from_data() local
/openssl/crypto/aes/
H A Daes_x86core.c96 # define ROTATE(a,n) _lrotl(a,n) argument
98 # define ROTATE(a,n) _rotl(a,n) argument
101 # define ROTATE(a,n) ({ register unsigned int ret; \ argument
/openssl/crypto/ec/curve448/
H A Dfield.h44 static INLINE_UNUSED void gf_copy(gf out, const gf a) in gf_copy()
104 static ossl_inline void gf_sub_nr(gf c, const gf a, const gf b) in gf_sub_nr()
113 static ossl_inline void gf_subx_nr(gf c, const gf a, const gf b, int amt) in gf_subx_nr()
122 static ossl_inline void gf_mulw(gf c, const gf a, int32_t w) in gf_mulw()
H A Df_generic.c100 void gf_strong_reduce(gf a) in gf_strong_reduce()
142 void gf_sub(gf d, const gf a, const gf b) in gf_sub()
150 void gf_add(gf d, const gf a, const gf b) in gf_add()
157 mask_t gf_eq(const gf a, const gf b) in gf_eq()
172 mask_t gf_isr(gf a, const gf x) in gf_isr()
/openssl/ssl/
H A Dssl_asn1.c243 SSL_SESSION *d2i_SSL_SESSION(SSL_SESSION **a, const unsigned char **pp, in d2i_SSL_SESSION()
/openssl/crypto/asn1/
H A Devp_asn1.c16 int ASN1_TYPE_set_octetstring(ASN1_TYPE *a, unsigned char *data, int len) in ASN1_TYPE_set_octetstring()
34 int ASN1_TYPE_get_octetstring(const ASN1_TYPE *a, unsigned char *data, int max_len) in ASN1_TYPE_get_octetstring()
109 int ASN1_TYPE_get_int_octetstring(const ASN1_TYPE *a, long *num, in ASN1_TYPE_get_int_octetstring()
165 int ossl_asn1_type_get_octetstring_int(const ASN1_TYPE *a, long *num, in ossl_asn1_type_get_octetstring_int()
H A Dtasn_enc.c388 static int der_cmp(const void *a, const void *b) in der_cmp()
/openssl/crypto/store/
H A Dstore_register.c146 static int store_loader_cmp(const OSSL_STORE_LOADER *a, in store_loader_cmp()
/openssl/test/testutil/
H A Ddriver.c84 static int gcd(int a, int b) in gcd()

Completed in 90 milliseconds

1234567891011