Searched refs:content (Results 1 – 13 of 13) sorted by relevance
| /optee_os/core/tee/ |
| H A D | tee_svc_cryp.c | 1751 attrs[n].content.value.a = usr_attrs_bbuf[n].a; in copy_in_attrs() 1752 attrs[n].content.value.b = usr_attrs_bbuf[n].b; in copy_in_attrs() 1765 attrs[n].content.ref.buffer = (void *)buf; in copy_in_attrs() 1766 attrs[n].content.ref.length = len; in copy_in_attrs() 1920 res = ops->from_user(attr, &attrs[n].content.value, in tee_svc_cryp_obj_populate_type() 1921 sizeof(attrs[n].content.value)); in tee_svc_cryp_obj_populate_type() 1923 res = ops->from_user(attr, attrs[n].content.ref.buffer, in tee_svc_cryp_obj_populate_type() 1924 attrs[n].content.ref.length); in tee_svc_cryp_obj_populate_type() 1943 res = get_ec_key_size(attrs[n].content.value.a, in tee_svc_cryp_obj_populate_type() 1951 obj_size = attrs[n].content.ref.length * 8; in tee_svc_cryp_obj_populate_type() [all …]
|
| /optee_os/scripts/ |
| H A D | notify_maintainers.py | 50 content = line[paren_start + 1:paren_end].strip() 51 if ":" in content: 52 _, target = content.split(":", 1)
|
| /optee_os/core/drivers/imx/dcp/ |
| H A D | dcp_huk.c | 43 uint8_t content[DCP_AES128_BLOCK_SIZE] = { NB_ITERATION_HUK, in dcp_generate_huk() local 60 res = dcp_cmac(&init, content, DCP_AES128_BLOCK_SIZE, hwkey->data); in dcp_generate_huk()
|
| /optee_os/lib/libutee/ |
| H A D | tee_api_objects.c | 22 ua[n].a = attrs[n].content.value.a; in __utee_from_attr() 23 ua[n].b = attrs[n].content.value.b; in __utee_from_attr() 25 ua[n].a = (uintptr_t)attrs[n].content.ref.buffer; in __utee_from_attr() 26 ua[n].b = attrs[n].content.ref.length; in __utee_from_attr() 40 ua[n].a = attrs[n].content.value.a; in __utee_from_gp11_attr() 41 ua[n].b = attrs[n].content.value.b; in __utee_from_gp11_attr() 43 ua[n].a = (uintptr_t)attrs[n].content.ref.buffer; in __utee_from_gp11_attr() 44 ua[n].b = attrs[n].content.ref.length; in __utee_from_gp11_attr() 447 attr->content.ref.buffer = (void *)buffer; in TEE_InitRefAttribute() 448 attr->content.ref.length = length; in TEE_InitRefAttribute() [all …]
|
| /optee_os/lib/libutee/include/ |
| H A D | tee_api_types.h | 132 } content; member 145 } content; member
|
| /optee_os/ta/trusted_keys/ |
| H A D | entry.c | 173 attr.content.ref.buffer = huk_key; in huk_crypt() 174 attr.content.ref.length = sizeof(huk_key); in huk_crypt()
|
| /optee_os/lib/libmbedtls/mbedtls/ |
| H A D | README.md | 63 …ncludes some files that are automatically generated by scripts and whose content depends only on t… 111 …tting `WARNING_CFLAGS` is useful when you want to get rid of its default content (for example beca… 190 your value of CFLAGS doesn't override the content provided by cmake (depending
|
| H A D | SECURITY.md | 29 over the network. This includes observing the content and timing of individual
|
| H A D | LICENSE | 149 origin of the Work and reproducing the content of the NOTICE file.
|
| H A D | ChangeLog | 513 with the same content as a PSA key. 994 - Only the signed-data content type, version 1 is supported. 3286 leading content octet. Fixes #1610. 3701 * Fix ssl_client2 example to send application data with 0-length content 4133 * Add size-checks for record and handshake message content, securing
|
| /optee_os/lib/libmbedtls/mbedtls/library/ |
| H A D | ssl_msg.c | 565 static int ssl_build_inner_plaintext(unsigned char *content, in ssl_build_inner_plaintext() argument 577 content[len] = rec_type; in ssl_build_inner_plaintext() 584 memset(content + len, 0, pad); in ssl_build_inner_plaintext() 595 static int ssl_parse_inner_plaintext(unsigned char const *content, in ssl_parse_inner_plaintext() argument 607 } while (content[remaining] == 0); in ssl_parse_inner_plaintext() 610 *rec_type = content[remaining]; in ssl_parse_inner_plaintext()
|
| /optee_os/lib/libutils/compiler-rt/ |
| H A D | LICENSE.TXT | 145 origin of the Work and reproducing the content of the NOTICE file.
|
| /optee_os/core/lib/qcbor/ |
| H A D | README.md | 483 have no tags. "Borrowed" tag content formats (e.g. an epoch-based date
|