Searched refs:field (Results 1 – 8 of 8) sorted by relevance
/optee_os-3.20.0/lib/libutils/isoc/include/sys/ |
A D | queue.h | 113 (elm)->field.le_next->field.le_prev != \ 134 (listelm)->field.le_next->field.le_prev = \ 142 (elm)->field.le_prev = (listelm)->field.le_prev; \ 159 (elm)->field.le_next->field.le_prev = \ 161 *(elm)->field.le_prev = (elm)->field.le_next; \ 228 curelm->field.sle_next->field.sle_next; \ 450 (elm)->field.tqe_next->field.tqe_prev != \ 498 (elm)->field.tqe_next->field.tqe_prev = \ 518 (elm)->field.tqe_next->field.tqe_prev = \ 683 (elm)->field.cqe_next->field.cqe_prev = \ [all …]
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/ecc/ |
A D | ecc_import_pkcs8.c | 78 ltc_asn1_list *version, *field, *point, *point_g, *order, *p_cofactor; in ecc_import_pkcs8() local 83 LTC_SET_DER_FLEXI_CHECK(flexi_should, n++, LTC_ASN1_SEQUENCE, &field); in ecc_import_pkcs8() 130 if (LTC_ASN1_IS_TYPE(field->child, LTC_ASN1_OBJECT_IDENTIFIER) && in ecc_import_pkcs8() 131 LTC_ASN1_IS_TYPE(field->child->next, LTC_ASN1_INTEGER) && in ecc_import_pkcs8() 135 ltc_asn1_list *prime = field->child->next; in ecc_import_pkcs8()
|
/optee_os-3.20.0/core/lib/libfdt/include/ |
A D | libfdt.h | 234 #define fdt_get_header(fdt, field) \ argument 235 (fdt32_ld(&((const struct fdt_header *)(fdt))->field))
|
/optee_os-3.20.0/mk/ |
A D | compile.mk | 38 -Wno-missing-field-initializers -Wno-format-zero-length \
|
/optee_os-3.20.0/core/tee/ |
A D | tee_svc_cryp.c | 636 uint32_t field; in op_u32_to_binary_helper() local 639 if (ADD_OVERFLOW(*offs, sizeof(field), &next_offs)) in op_u32_to_binary_helper() 643 field = TEE_U32_TO_BIG_ENDIAN(v); in op_u32_to_binary_helper() 644 memcpy(data + *offs, &field, sizeof(field)); in op_u32_to_binary_helper() 654 uint32_t field; in op_u32_from_binary_helper() local 656 if (!data || (*offs + sizeof(field)) > data_len) in op_u32_from_binary_helper() 659 memcpy(&field, data + *offs, sizeof(field)); in op_u32_from_binary_helper() 660 *v = TEE_U32_FROM_BIG_ENDIAN(field); in op_u32_from_binary_helper() 661 (*offs) += sizeof(field); in op_u32_from_binary_helper()
|
/optee_os-3.20.0/core/arch/arm/plat-imx/pm/ |
A D | psci-cpuidle-imx7.S | 748 cmp r1, #1 << LINE_FIELD_OVERFLOW @ ; overflow out of set field 751 cmp r0, #0 @ ; overflow out of way field
|
A D | psci-suspend-imx7.S | 674 cmp r1, #1 << LINE_FIELD_OVERFLOW @ ; overflow out of set field? 677 cmp r0, #0 @ ; overflow out of way field?
|
/optee_os-3.20.0/lib/libmbedtls/mbedtls/ |
A D | ChangeLog | 62 documentation stated that the `allowed_pks` field applies to signatures 259 * Fix a bias in the generation of finite-field Diffie-Hellman-Merkle (DHM) 430 * In mbedtls_rsa_context objects, the ver field was formerly documented 650 CCM, which allowed encryption with a non-standard length field. 716 -Wformat-signedness, and fix the code that causes signed-one-bit-field 738 revocationDate field, in accordance with RFC 5280. Reported by 751 * Fix side channel in RSA private key operations and static (finite-field) 1279 * List all SAN types in the subject_alt_names field of the certificate. 1361 always return NULL, and removes the peer_cert field from the 1640 created which used PrintableStrings in the issuer field even though the [all …]
|
Completed in 23 milliseconds