Home
last modified time | relevance | path

Searched refs:u (Results 1 – 14 of 14) sorted by relevance

/optee_test-3.20.0/host/openssl/include/openssl/
A Dpem.h242 void *u) \
250 void *u) \
397 pem_password_cb *callback, void *u);
406 void *u);
408 pem_password_cb *cb, void *u);
411 pem_password_cb *cb, void *u);
425 pem_password_cb *cb, void *u);
495 void *u);
508 void *u);
512 void *u);
[all …]
A Dsrp.h159 BIGNUM *SRP_Calc_server_key(BIGNUM *A, BIGNUM *v, BIGNUM *u, BIGNUM *b,
169 BIGNUM *a, BIGNUM *u);
A Dcamellia.h88 } u; member
A Dbio.h723 int BIO_dump_cb(int (*cb) (const void *data, size_t len, void *u),
724 void *u, const char *s, int len);
725 int BIO_dump_indent_cb(int (*cb) (const void *data, size_t len, void *u),
726 void *u, const char *s, int len, int indent);
A Derr.h340 void ERR_print_errors_cb(int (*cb) (const char *str, size_t len, void *u),
341 void *u);
A Dx509v3.h772 } u; member
786 } u; member
810 } u; member
824 } u; member
A Dsha.h189 } u; member
A Dssl.h2283 void SSL_CTX_set_default_passwd_cb_userdata(SSL_CTX *ctx, void *u);
/optee_test-3.20.0/host/xtest/
A Dxtest_uuid_helpers.c50 TEEC_UUID u = { }; in xtest_uuid_from_str() local
59 u.timeLow = parse_hex(p, 8, &res); in xtest_uuid_from_str()
63 u.timeMid = parse_hex(p, 4, &res); in xtest_uuid_from_str()
67 u.timeHiAndVersion = parse_hex(p, 4, &res); in xtest_uuid_from_str()
72 u.clockSeqAndNode[i] = parse_hex(p, 2, &res); in xtest_uuid_from_str()
80 *uuid = u; in xtest_uuid_from_str()
/optee_test-3.20.0/host/xtest/gp/patches/
A D0014-Pass-upper-32-bits-of-TEE_PropSetHandle-in-value.b.patch25 + uint64_t u = (unsigned long)ptr;
28 + param.value.a = u;
29 + param.value.b = u >> 32;
36 + unsigned long u = ((uint64_t)param->value.b << 32) | param->value.a;
38 + return (void *)u;
/optee_test-3.20.0/host/xtest/gp/
A Dprepare_suite.sh22 chmod -R u+w .
/optee_test-3.20.0/host/xtest/gp/include/
A Dxml_internal_api.h245 static TEEC_Value u64_to_value(uint64_t u) in u64_to_value() argument
247 return (TEEC_Value){ .a = u , .b = u >> 32 }; in u64_to_value()
A Dxml_datastorage_api.h32 #define iAttributeListEmpty 0u
A Dxml_crypto_api.h3139 static int ossl_err_cb(const char *str, size_t len, void *u) in ossl_err_cb() argument

Completed in 62 milliseconds