Home
last modified time | relevance | path

Searched defs:a (Results 76 – 100 of 269) sorted by relevance

1234567891011

/openssl/crypto/ec/
H A Dec_asn1.c64 ASN1_OCTET_STRING *a; member
526 BIGNUM *p = NULL, *a = NULL, *b = NULL; in EC_GROUP_new_from_ecparameters() local
889 EC_GROUP *d2i_ECPKParameters(EC_GROUP **a, const unsigned char **in, long len) in d2i_ECPKParameters()
918 int i2d_ECPKParameters(const EC_GROUP *a, unsigned char **out) in i2d_ECPKParameters()
937 EC_KEY *d2i_ECPrivateKey(EC_KEY **a, const unsigned char **in, long len) in d2i_ECPrivateKey()
1021 int i2d_ECPrivateKey(const EC_KEY *a, unsigned char **out) in i2d_ECPrivateKey()
1092 int i2d_ECParameters(const EC_KEY *a, unsigned char **out) in i2d_ECParameters()
1101 EC_KEY *d2i_ECParameters(EC_KEY **a, const unsigned char **in, long len) in d2i_ECParameters()
1137 EC_KEY *o2i_ECPublicKey(EC_KEY **a, const unsigned char **in, long len) in o2i_ECPublicKey()
1158 int i2o_ECPublicKey(const EC_KEY *a, unsigned char **out) in i2o_ECPublicKey()
H A Dec_lib.c265 EC_GROUP *EC_GROUP_dup(const EC_GROUP *a) in EC_GROUP_dup()
555 int EC_GROUP_set_curve(EC_GROUP *group, const BIGNUM *p, const BIGNUM *a, in EC_GROUP_set_curve()
576 int EC_GROUP_set_curve_GFp(EC_GROUP *group, const BIGNUM *p, const BIGNUM *a, in EC_GROUP_set_curve_GFp()
582 int EC_GROUP_get_curve_GFp(const EC_GROUP *group, BIGNUM *p, BIGNUM *a, in EC_GROUP_get_curve_GFp()
595 int EC_GROUP_get_curve_GF2m(const EC_GROUP *group, BIGNUM *p, BIGNUM *a, in EC_GROUP_get_curve_GF2m()
621 int EC_GROUP_cmp(const EC_GROUP *a, const EC_GROUP *b, BN_CTX *ctx) in EC_GROUP_cmp()
785 EC_POINT *EC_POINT_dup(const EC_POINT *a, const EC_GROUP *group) in EC_POINT_dup()
937 int EC_POINT_add(const EC_GROUP *group, EC_POINT *r, const EC_POINT *a, in EC_POINT_add()
952 int EC_POINT_dbl(const EC_GROUP *group, EC_POINT *r, const EC_POINT *a, in EC_POINT_dbl()
966 int EC_POINT_invert(const EC_GROUP *group, EC_POINT *a, BN_CTX *ctx) in EC_POINT_invert()
[all …]
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()
/openssl/crypto/objects/
H A Dobj_lib.c57 int OBJ_cmp(const ASN1_OBJECT *a, const ASN1_OBJECT *b) in OBJ_cmp()
/openssl/crypto/asn1/
H A Dd2i_pu.c28 EVP_PKEY *d2i_PublicKey(int type, EVP_PKEY **a, const unsigned char **pp, in d2i_PublicKey()
H A Df_int.c16 int i2a_ASN1_INTEGER(BIO *bp, const ASN1_INTEGER *a) in i2a_ASN1_INTEGER()
144 int i2a_ASN1_ENUMERATED(BIO *bp, const ASN1_ENUMERATED *a) in i2a_ASN1_ENUMERATED()
H A Da_octet.c19 int ASN1_OCTET_STRING_cmp(const ASN1_OCTET_STRING *a, in ASN1_OCTET_STRING_cmp()
H A Da_strnid.c112 static int sk_table_cmp(const ASN1_STRING_TABLE *const *a, in sk_table_cmp()
120 static int table_cmp(const ASN1_STRING_TABLE *a, const ASN1_STRING_TABLE *b) in table_cmp()
/openssl/crypto/bn/
H A Dbn_depr.c46 int BN_is_prime(const BIGNUM *a, int checks, in BN_is_prime()
55 int BN_is_prime_fasttest(const BIGNUM *a, int checks, in BN_is_prime_fasttest()
H A Dbn_exp.c40 int BN_exp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, BN_CTX *ctx) in BN_exp()
88 int BN_mod_exp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, const BIGNUM *m, in BN_mod_exp()
160 int BN_mod_exp_recp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, in BN_mod_exp_recp()
295 int BN_mod_exp_mont(BIGNUM *rr, const BIGNUM *a, const BIGNUM *p, in BN_mod_exp_mont()
470 static BN_ULONG bn_get_bits(const BIGNUM *a, int bitpos) in bn_get_bits()
590 int BN_mod_exp_mont_consttime(BIGNUM *rr, const BIGNUM *a, const BIGNUM *p, in BN_mod_exp_mont_consttime()
1135 int BN_mod_exp_mont_word(BIGNUM *rr, BN_ULONG a, const BIGNUM *p, in BN_mod_exp_mont_word()
1283 int BN_mod_exp_simple(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, in BN_mod_exp_simple()
H A Dbn_gcd.c22 const BIGNUM *a, const BIGNUM *n, in bn_mod_inverse_no_branch()
198 const BIGNUM *a, const BIGNUM *n, BN_CTX *ctx, in int_bn_mod_inverse()
516 const BIGNUM *a, const BIGNUM *n, BN_CTX *ctx) in BN_mod_inverse()
H A Dbn_recp.c59 BIGNUM *a; in BN_mod_mul_reciprocal() local
88 BIGNUM *a, *b, *d, *r; in BN_div_recp() local
H A Dbn_kron.c17 int BN_kronecker(const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx) in BN_kronecker()
H A Drsaz_exp.h58 const BN_ULONG *a, in bn_select_words()
/openssl/crypto/property/
H A Ddefn_cache.c34 static unsigned long property_defn_hash(const PROPERTY_DEFN_ELEM *a) in property_defn_hash()
39 static int property_defn_cmp(const PROPERTY_DEFN_ELEM *a, in property_defn_cmp()
/openssl/crypto/
H A Dpunycode.c59 static ossl_inline int is_basic(unsigned int a) in is_basic()
71 static ossl_inline int digit_decoded(const unsigned char a) in digit_decoded()
328 int ossl_a2ucompare(const char *a, const char *u) in ossl_a2ucompare()
/openssl/include/internal/
H A De_os.h276 # define sleep(a) taskDelay((a) * sysClkRateGet()) argument
344 # define ioctlsocket(a,b,c) ioctl(a,b,c) argument
365 # define getpid(a) nssgetpid(a) argument
390 # define accept(a,b,c) accept(a,(struct sockaddr *)b,c) argument
391 # define recvfrom(a,b,c,d,e,f) recvfrom(a,b,(socklen_t)c,d,e,f) argument
/openssl/crypto/sha/
H A Dsha512.c389 # define ROTR(a,n) ({ SHA_LONG64 ret; \ argument
419 # define ROTR(a,n) ({ SHA_LONG64 ret; \ argument
424 # define ROTR(a,n) ({ SHA_LONG64 ret; \ argument
536 # define ROTR(a,n) _rotr64((a),n) argument
663 SHA_LONG64 a, b, c, d, e, f, g, h, s0, s1, T1, T2; in sha512_block_data_order() local
729 # define ROUND_00_15(i,a,b,c,d,e,f,g,h) do { \ argument
734 # define ROUND_16_80(i,j,a,b,c,d,e,f,g,h,X) do { \ argument
744 SHA_LONG64 a, b, c, d, e, f, g, h, s0, s1, T1; in sha512_block_data_order() local
H A Dsha_local.h36 #define Xupdate(a,ix,ia,ib,ic,id) ( (a)=(ia^ib^ic^id), \ argument
85 # define BODY_00_15(i,a,b,c,d,e,f,xi) \ argument
89 # define BODY_16_19(i,a,b,c,d,e,f,xi,xa,xb,xc,xd) \ argument
94 # define BODY_20_31(i,a,b,c,d,e,f,xi,xa,xb,xc,xd) \ argument
99 # define BODY_32_39(i,a,b,c,d,e,f,xa,xb,xc,xd) \ argument
104 # define BODY_40_59(i,a,b,c,d,e,f,xa,xb,xc,xd) \ argument
109 # define BODY_60_79(i,a,b,c,d,e,f,xa,xb,xc,xd) \ argument
H A Dsha256.c195 unsigned MD32_REG_T a, b, c, d, e, f, g, h, s0, s1, T1, T2; in sha256_block_data_order() local
259 # define ROUND_00_15(i,a,b,c,d,e,f,g,h) do { \ argument
264 # define ROUND_16_63(i,a,b,c,d,e,f,g,h,X) do { \ argument
273 unsigned MD32_REG_T a, b, c, d, e, f, g, h, s0, s1, T1; in sha256_block_data_order() local
/openssl/apps/lib/
H A Dnames.c16 int name_cmp(const char * const *a, const char * const *b) in name_cmp()
/openssl/test/
H A Dsrptest.c35 BIGNUM *a = NULL; in run_srp() local
141 BIGNUM *a = NULL; in run_srp_kat() local
/openssl/crypto/bio/
H A Dbio_lib.c125 int BIO_free(BIO *a) in BIO_free()
158 void BIO_set_data(BIO *a, void *ptr) in BIO_set_data()
163 void *BIO_get_data(BIO *a) in BIO_get_data()
168 void BIO_set_init(BIO *a, int init) in BIO_set_init()
173 int BIO_get_init(BIO *a) in BIO_get_init()
178 void BIO_set_shutdown(BIO *a, int shut) in BIO_set_shutdown()
183 int BIO_get_shutdown(BIO *a) in BIO_get_shutdown()
188 void BIO_vfree(BIO *a) in BIO_vfree()
193 int BIO_up_ref(BIO *a) in BIO_up_ref()
/openssl/include/openssl/
H A Dpkcs7.h.in184 # define PKCS7_type_is_signed(a) (OBJ_obj2nid((a)->type) == NID_pkcs7_signed) argument
185 # define PKCS7_type_is_encrypted(a) (OBJ_obj2nid((a)->type) == NID_pkcs7_encrypted) argument
186 # define PKCS7_type_is_enveloped(a) (OBJ_obj2nid((a)->type) == NID_pkcs7_enveloped) argument
187 # define PKCS7_type_is_signedAndEnveloped(a) \ argument
189 # define PKCS7_type_is_data(a) (OBJ_obj2nid((a)->type) == NID_pkcs7_data) argument
190 # define PKCS7_type_is_digest(a) (OBJ_obj2nid((a)->type) == NID_pkcs7_digest) argument
/openssl/crypto/ec/curve448/
H A Dcurve448.c64 gf a, b, c, d; in point_double_internal() local
97 static void pt_to_pniels(pniels_t b, const curve448_point_t a) in pt_to_pniels()
128 gf a, b, c; in add_niels_to_pt() local
149 gf a, b, c; in sub_niels_from_pt() local
192 gf a, b; in ossl_curve448_point_eq() local
206 gf a, b, c; in ossl_curve448_point_valid() local
356 gf a, b, c, d; in ossl_curve448_point_decode_like_eddsa_and_mul_by_ratio() local

Completed in 89 milliseconds

1234567891011