Searched refs:in (Results 1 – 12 of 12) sorted by relevance
/optee_client/libckteec/src/ |
A D | pkcs11_processing.h | 23 CK_BYTE_PTR in, 30 CK_BYTE_PTR in, 45 CK_RV ck_digest_update(CK_SESSION_HANDLE session, CK_BYTE_PTR in, 48 CK_RV ck_digest_oneshot(CK_SESSION_HANDLE session, CK_BYTE_PTR in, 61 CK_BYTE_PTR in, 66 CK_BYTE_PTR in,
|
A D | serialize_ck.c | 270 static CK_RV deserialize_ck_attribute(struct pkcs11_attribute_head *in, in deserialize_ck_attribute() argument 277 out->type = in->id; in deserialize_ck_attribute() 279 if (in->size == PKCS11_CK_UNAVAILABLE_INFORMATION) { in deserialize_ck_attribute() 289 if (out->ulValueLen < in->size) { in deserialize_ck_attribute() 290 out->ulValueLen = in->size; in deserialize_ck_attribute() 318 rv = deserialize_indirect_attribute(in, out->pValue); in deserialize_ck_attribute() 322 in->size / sizeof(uint32_t)); in deserialize_ck_attribute() 323 out->ulValueLen = in->size / sizeof(uint32_t) * in deserialize_ck_attribute() 328 memcpy(out->pValue, data, in->size); in deserialize_ck_attribute() 329 out->ulValueLen = in->size; in deserialize_ck_attribute() [all …]
|
A D | serialize_ck.h | 17 CK_RV deserialize_ck_attributes(uint8_t *in,
|
A D | pkcs11_processing.c | 164 CK_BYTE_PTR in, in ck_encdecrypt_update() argument 177 if (!out_len || (in_len && !in)) { in ck_encdecrypt_update() 238 CK_BYTE_PTR in, in ck_encdecrypt_oneshot() argument 251 if (!out_len || (in_len && !in)) { in ck_encdecrypt_oneshot() 454 if (!in && in_len) { in ck_digest_update() 472 if (in_len && in) { in ck_digest_update() 505 if ((!in && in_len) || !digest_len) { in ck_digest_oneshot() 523 if (in_len && in) { in ck_digest_oneshot() 685 CK_BYTE_PTR in, in ck_signverify_update() argument 694 if (!in && in_len) { in ck_signverify_update() [all …]
|
/optee_client/ |
A D | LICENSE | 1 Unless it has its own copyright/license embedded in its body, each source file 7 Redistribution and use in source and binary forms, with or without 13 2. Redistributions in binary form must reproduce the above copyright notice, 14 this list of conditions and the following disclaimer in the documentation
|
A D | .travis.yml | 35 # - the tip of the branch if we're not in a pull request 36 # - each commit in the development branch that's not in the target branch otherwise 37 …- if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then checkpatch HEAD; else for c in $(git rev-list HEA…
|
A D | typedefs.checkpatch | 1 # Note: please keep the entries in this file sorted in reverse alphabetical
|
A D | README.md | 6 information that used to be here in this git can be found under [optee_client].
|
A D | CMakeLists.txt | 13 # We want to use the same flags in the entire optee_client git
|
/optee_client/.github/workflows/ |
A D | stales.yml | 17 … label or add a comment, otherwise this issue will automatically be closed in 5 days. Note, that y… 18 …or add a comment, otherwise this pull request will automatically be closed in 5 days. Note, that y…
|
/optee_client/libteec/ |
A D | CMakeLists.txt | 72 # FIXME: This should in someway harmonize with CFG_TEE_CLIENT_LOAD_PATH
|
/optee_client/tee-supplicant/ |
A D | CMakeLists.txt | 16 # FIXME: Why do we have if defined(CFG_GP_SOCKETS) && CFG_GP_SOCKETS == 1 in the c-file?
|
Completed in 14 milliseconds