/optee_test/host/openssl/include/openssl/ |
A D | asn1_mac.h | 115 *pp=c.p; \ 130 c.q=c.p; \ 133 c.slen-=(c.p-c.q); 137 c.q=c.p; \ 140 c.slen-=(c.p-c.q); 144 c.q=c.p; \ 165 c.q=c.p; \ 258 c.q=c.p; \ 265 c.q=c.p; \ 272 c.q=c.p; \ [all …]
|
A D | bn.h | 552 int BN_is_prime(const BIGNUM *p, int nchecks, 555 int BN_is_prime_fasttest(const BIGNUM *p, int nchecks, 656 const BIGNUM *p, BN_CTX *ctx); 663 const BIGNUM *p, BN_CTX *ctx); 666 const BIGNUM *p, BN_CTX *ctx); 684 const int p[], BN_CTX *ctx); 693 const int p[], BN_CTX *ctx); 696 const int p[], BN_CTX *ctx); 699 const int p[], BN_CTX *ctx); 703 int BN_GF2m_poly2arr(const BIGNUM *a, int p[], int max); [all …]
|
A D | ui_compat.h | 75 # define des_read_pw_string(b,l,p,v) \ argument 76 _ossl_old_des_read_pw_string((b),(l),(p),(v)) 77 # define des_read_pw(b,bf,s,p,v) \ argument 78 _ossl_old_des_read_pw((b),(bf),(s),(p),(v))
|
A D | ec.h | 308 int EC_GROUP_get_curve_GFp(const EC_GROUP *group, BIGNUM *p, BIGNUM *a, 375 EC_GROUP *EC_GROUP_new_curve_GFp(const BIGNUM *p, const BIGNUM *a, 386 EC_GROUP *EC_GROUP_new_curve_GF2m(const BIGNUM *p, const BIGNUM *a, 513 const EC_POINT *p, BIGNUM *x, 549 const EC_POINT *p, BIGNUM *x, 574 size_t EC_POINT_point2oct(const EC_GROUP *group, const EC_POINT *p, 586 int EC_POINT_oct2point(const EC_GROUP *group, EC_POINT *p, 637 int EC_POINT_is_at_infinity(const EC_GROUP *group, const EC_POINT *p); 673 size_t num, const EC_POINT *p[], const BIGNUM *m[], 1047 # define EVP_PKEY_CTX_set0_ecdh_kdf_ukm(ctx, p, plen) \ argument [all …]
|
A D | dh.h | 124 const BIGNUM *p, const BIGNUM *m, BN_CTX *ctx, 142 BIGNUM *p; member 332 # define EVP_PKEY_CTX_set0_dh_kdf_ukm(ctx, p, plen) \ argument 335 EVP_PKEY_CTRL_DH_KDF_UKM, plen, (void *)p) 337 # define EVP_PKEY_CTX_get0_dh_kdf_ukm(ctx, p) \ argument 340 EVP_PKEY_CTRL_GET_DH_KDF_UKM, 0, (void *)p)
|
A D | asn1.h | 173 unsigned char *p; /* work char pointer */ member 354 # define CHECKED_PTR_OF(type, p) \ argument 355 ((void*) (1 ? p : (type*)0)) 356 # define CHECKED_PPTR_OF(type, p) \ argument 357 ((void**) (1 ? p : (type**)0)) 1080 int ASN1_STRING_set_default_mask_asc(const char *p); 1135 void ASN1_PCTX_free(ASN1_PCTX *p); 1136 unsigned long ASN1_PCTX_get_flags(ASN1_PCTX *p); 1138 unsigned long ASN1_PCTX_get_nm_flags(ASN1_PCTX *p); 1142 unsigned long ASN1_PCTX_get_oid_flags(ASN1_PCTX *p); [all …]
|
A D | des_old.h | 198 # define des_read_password(k,p,v) \ argument 199 DES_read_password((k),(p),(v)) 200 # define des_read_2passwords(k1,k2,p,v) \ argument 201 DES_read_2passwords((k1),(k2),(p),(v)) 300 # define des_read_password(k,p,v) \ argument 301 _ossl_old_des_read_password((k),(p),(v)) 302 # define des_read_2passwords(k1,k2,p,v) \ argument 303 _ossl_old_des_read_2passwords((k1),(k2),(p),(v))
|
A D | pkcs7.h | 220 # define PKCS7_set_detached(p,v) \ argument 221 PKCS7_ctrl(p,PKCS7_OP_SET_DETACHED_SIGNATURE,v,NULL) 222 # define PKCS7_get_detached(p) \ argument 223 PKCS7_ctrl(p,PKCS7_OP_GET_DETACHED_SIGNATURE,0,NULL)
|
A D | rsa.h | 98 int (*bn_mod_exp) (BIGNUM *r, const BIGNUM *a, const BIGNUM *p, 145 BIGNUM *p; member 445 const unsigned char *p, int pl); 448 const unsigned char *p, int pl);
|
A D | stack.h | 89 void *sk_delete_ptr(_STACK *st, void *p);
|
A D | ocsp.h | 350 # define d2i_OCSP_REQUEST_bio(bp,p) ASN1_d2i_bio_of(OCSP_REQUEST,OCSP_REQUEST_new,d2i_OCSP_REQUEST,… argument 352 # define d2i_OCSP_RESPONSE_bio(bp,p) ASN1_d2i_bio_of(OCSP_RESPONSE,OCSP_RESPONSE_new,d2i_OCSP_RESPO… argument
|
A D | dsa.h | 140 int (*bn_mod_exp) (DSA *dsa, BIGNUM *r, BIGNUM *a, const BIGNUM *p, 163 BIGNUM *p; member
|
A D | sha.h | 188 unsigned char p[SHA512_CBLOCK]; member
|
A D | ui.h | 224 int UI_ctrl(UI *ui, int cmd, long i, void *p, void (*f) (void));
|
A D | engine.h | 498 int ENGINE_ctrl(ENGINE *e, int cmd, long i, void *p, void (*f) (void)); 515 long i, void *p, void (*f) (void), int cmd_optional);
|
/optee_test/host/xtest/ |
A D | xtest_uuid_helpers.c | 51 const char *p = s; in xtest_uuid_from_str() local 54 if (!p || strnlen(p, 37) != 36) in xtest_uuid_from_str() 56 if (p[8] != '-' || p[13] != '-' || p[18] != '-' || p[23] != '-') in xtest_uuid_from_str() 59 u.timeLow = parse_hex(p, 8, &res); in xtest_uuid_from_str() 62 p += 9; in xtest_uuid_from_str() 63 u.timeMid = parse_hex(p, 4, &res); in xtest_uuid_from_str() 66 p += 5; in xtest_uuid_from_str() 67 u.timeHiAndVersion = parse_hex(p, 4, &res); in xtest_uuid_from_str() 70 p += 5; in xtest_uuid_from_str() 76 p += 3; in xtest_uuid_from_str() [all …]
|
A D | sock_server.c | 74 void *p = NULL; in server_add_state() local 89 if (!p) in server_add_state() 91 srvst->socks = p; in server_add_state() 95 p = realloc(srvst->fds, sizeof(*srvst->fds) * (srvst->nfds + 1)); in server_add_state() 96 if (!p) in server_add_state() 98 srvst->fds = p; in server_add_state() 239 struct sock_server_bind *p = NULL; in sock_server_add_fd() local 269 p = realloc(ts->bind, sizeof(*p) * (ts->num_binds + 1)); in sock_server_add_fd() 270 if (!p) in sock_server_add_fd() 273 ts->bind = p; in sock_server_add_fd() [all …]
|
A D | xtest_main.c | 122 char *p = (char *)glevel; in main() local 164 p = optarg; in main() 201 if (p) in main() 202 level = atoi(p); in main()
|
/optee_test/ta/crypt/ |
A D | handle.c | 29 void *p = NULL; in handle_get() local 48 p = TEE_Realloc(db->ptrs, new_max_ptrs * sizeof(void *)); in handle_get() 49 if (!p) in handle_get() 51 db->ptrs = p; in handle_get() 63 void *p = NULL; in handle_put() local 68 p = db->ptrs[handle]; in handle_put() 70 return p; in handle_put()
|
A D | cryp_taf.c | 341 uintptr_t p; in unpack_attrs() local 351 p = (uintptr_t)ap[n].a; in unpack_attrs() 352 if (p) { in unpack_attrs() 353 if ((p + a[n].content.ref.length) > blen) { in unpack_attrs() 357 p += (uintptr_t)buf; in unpack_attrs() 359 a[n].content.ref.buffer = (void *)p; in unpack_attrs()
|
/optee_test/ta/os_test/include/ |
A D | tb_asserts.h | 91 #define TB_ASSERT_POINTER_NULL(p) \ argument 93 if ((p) != 0) { \ 102 #define TB_ASSERT_POINTERS_EQ(p, q) \ argument 104 if ((p) != (q)) { \ 113 #define TB_ASSERT_POINTERS_NEQ(p, q) \ argument 115 if ((p) == (q)) { \
|
/optee_test/host/xtest/gp/ |
A D | prepare_suite.sh | 23 for p in `echo ../gp/patches/*.patch | sort -n` ;do 24 echo Applying $p 25 patch -p1 < $p
|
/optee_test/host/xtest/adbg/src/ |
A D | adbg_run.c | 76 char *p = NULL; in Do_ADBG_AppendToSuite() local 86 p = malloc(size); in Do_ADBG_AppendToSuite() 87 if (!p) { in Do_ADBG_AppendToSuite() 92 snprintf(p, size, "%s+%s", Dest_p->SuiteID_p, in Do_ADBG_AppendToSuite() 95 snprintf(p, size, "%s", Source_p->SuiteID_p); in Do_ADBG_AppendToSuite() 97 Dest_p->SuiteID_p = p; in Do_ADBG_AppendToSuite()
|
/optee_test/ta/sims/ |
A D | ta_sims.c | 93 void *p = NULL; in sims_read() local 107 p = TEE_Malloc(16000, 0); in sims_read() 108 if (p == NULL) in sims_read() 114 TEE_Free(p); in sims_read()
|
/optee_test/ta/sdp_basic/ |
A D | ta_sdp_basic.c | 111 unsigned char *p = NULL; in cmd_transform() local 158 p = (unsigned char *)params[0].memref.buffer; in cmd_transform() 160 for (; sz; sz--, p++) in cmd_transform() 161 *p = ~(*p) + 1; in cmd_transform()
|