Searched refs:content (Results 1 – 9 of 9) sorted by relevance
/optee_os-3.20.0/core/drivers/imx/dcp/ |
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-3.20.0/core/tee/ |
A D | tee_svc_cryp.c | 1665 attrs[n].content.ref.length = len; in copy_in_attrs() 1792 int nbits = a->content.ref.length * 8; in get_used_bits() 2198 if (params[n].content.value.b) in tee_svc_obj_ed25519_parse_params() 2200 if (!params[n].content.value.a) in tee_svc_obj_ed25519_parse_params() 3301 p->content.ref.length, in get_sm2_kep_params() 3307 p->content.ref.length, in get_sm2_kep_params() 3314 p->content.ref.length, in get_sm2_kep_params() 3321 p->content.ref.length, in get_sm2_kep_params() 3491 params[0].content.ref.length, in syscall_cryp_derive_key() 3494 params[1].content.ref.length, in syscall_cryp_derive_key() [all …]
|
/optee_os-3.20.0/lib/libutee/ |
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() 321 attr->content.ref.buffer = (void *)buffer; in TEE_InitRefAttribute() 322 attr->content.ref.length = length; in TEE_InitRefAttribute() 333 attr->content.value.a = a; in TEE_InitValueAttribute() 334 attr->content.value.b = b; in TEE_InitValueAttribute()
|
/optee_os-3.20.0/lib/libutee/include/ |
A D | tee_api_types.h | 115 } content; member
|
/optee_os-3.20.0/ta/trusted_keys/ |
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-3.20.0/lib/libmbedtls/mbedtls/library/ |
A D | ssl_msg.c | 366 static int ssl_build_inner_plaintext( unsigned char *content, in ssl_build_inner_plaintext() argument 377 content[ len ] = rec_type; in ssl_build_inner_plaintext() 383 memset( content + len, 0, pad ); in ssl_build_inner_plaintext() 394 static int ssl_parse_inner_plaintext( unsigned char const *content, in ssl_parse_inner_plaintext() argument 406 } while( content[ remaining ] == 0 ); in ssl_parse_inner_plaintext() 409 *rec_type = content[ remaining ]; in ssl_parse_inner_plaintext()
|
/optee_os-3.20.0/lib/libmbedtls/mbedtls/ |
A D | README.md | 78 …tting `WARNING_CFLAGS` is useful when you want to get rid of its default content (for example beca… 157 your value of CFLAGS doesn't override the content provided by cmake (depending
|
A D | LICENSE | 142 origin of the Work and reproducing the content of the NOTICE file.
|
A D | ChangeLog | 1397 leading content octet. Fixes #1610. 1812 * Fix ssl_client2 example to send application data with 0-length content 2244 * Add size-checks for record and handshake message content, securing
|
Completed in 29 milliseconds