Home
last modified time | relevance | path

Searched refs:child (Results 1 – 20 of 20) sorted by relevance

/optee_os/core/lib/libtomcrypt/src/misc/pbes/
A Dpbes2.c98 !LTC_ASN1_IS_TYPE(s->next->child->child, LTC_ASN1_OBJECT_IDENTIFIER) || in pbes2_extract()
99 !LTC_ASN1_IS_TYPE(s->next->child->child->next, LTC_ASN1_SEQUENCE) || in pbes2_extract()
101 !LTC_ASN1_IS_TYPE(s->next->child->next->child, LTC_ASN1_OBJECT_IDENTIFIER)) { in pbes2_extract()
122 lkdf = s->next->child->child; in pbes2_extract()
123 lenc = s->next->child->next->child; in pbes2_extract()
133 liter = lkdf->next->child->next; in pbes2_extract()
135 res->salt = lkdf->next->child; in pbes2_extract()
148 lhmac = loptseq->child; in pbes2_extract()
164 klen = mp_get_int(lenc->next->child->data); in pbes2_extract()
165 res->iv = lenc->next->child->next; in pbes2_extract()
[all …]
A Dpbes1.c105 !LTC_ASN1_IS_TYPE(s->next->child, LTC_ASN1_OCTET_STRING) || in pbes1_extract()
106 !LTC_ASN1_IS_TYPE(s->next->child->next, LTC_ASN1_INTEGER)) { in pbes1_extract()
118 res->salt = s->next->child; in pbes1_extract()
119 res->iterations = mp_get_int(s->next->child->next->data); in pbes1_extract()
/optee_os/core/lib/libtomcrypt/src/pk/ecc/
A Decc_import_pkcs8.c33 cur = flexi->child; in _der_flexi_sequence_cmp()
84 (pk_oid_cmp_with_asn1(pka_ec_oid, seq->child) == CRYPT_OK)) { in ecc_import_pkcs8()
106 ltc_asn1_list *curve_oid = seq->child->next; in ecc_import_pkcs8()
138 LTC_ASN1_IS_TYPE(field->child->next, LTC_ASN1_INTEGER) && in ecc_import_pkcs8()
139 LTC_ASN1_IS_TYPE(point->child, LTC_ASN1_OCTET_STRING) && in ecc_import_pkcs8()
142 ltc_asn1_list *prime = field->child->next; in ecc_import_pkcs8()
143 … if ((err = mp_read_unsigned_bin(a, point->child->data, point->child->size)) != CRYPT_OK) { in ecc_import_pkcs8()
146 …if ((err = mp_read_unsigned_bin(b, point->child->next->data, point->child->next->size)) != CRYPT_O… in ecc_import_pkcs8()
166 LTC_ASN1_IS_TYPE(p->child, LTC_ASN1_INTEGER) && in ecc_import_pkcs8()
168 ltc_asn1_list *lk = p->child->next; in ecc_import_pkcs8()
[all …]
/optee_os/core/lib/libtomcrypt/src/pk/asn1/pkcs8/
A Dpkcs8_decode_flexi.c49 LTC_ASN1_IS_TYPE(l->child, LTC_ASN1_SEQUENCE) && in pkcs8_decode_flexi()
50 LTC_ASN1_IS_TYPE(l->child->child, LTC_ASN1_OBJECT_IDENTIFIER) && in pkcs8_decode_flexi()
51 LTC_ASN1_IS_TYPE(l->child->child->next, LTC_ASN1_SEQUENCE) && in pkcs8_decode_flexi()
52 LTC_ASN1_IS_TYPE(l->child->next, LTC_ASN1_OCTET_STRING)) { in pkcs8_decode_flexi()
53 ltc_asn1_list *lalgoid = l->child->child; in pkcs8_decode_flexi()
68 pbes.enc_data = l->child->next; in pkcs8_decode_flexi()
/optee_os/core/drivers/clk/
A Dclk_dt.c121 int child = 0; in clk_probe_node() local
125 fdt_for_each_subnode(child, fdt, parent_node) { in clk_probe_node()
126 status = _fdt_get_status(fdt, child); in clk_probe_node()
130 res = clk_probe_clock_provider_node(fdt, child); in clk_probe_node()
133 clk_probe_node(fdt, child); in clk_probe_node()
182 int child = 0; in clk_probe_assigned() local
185 fdt_for_each_subnode(child, fdt, parent_node) { in clk_probe_assigned()
186 clk_probe_assigned(fdt, child); in clk_probe_assigned()
188 status = _fdt_get_status(fdt, child); in clk_probe_assigned()
192 if (fdt_getprop(fdt, child, "assigned-clocks", &len)) in clk_probe_assigned()
[all …]
/optee_os/core/lib/libtomcrypt/src/pk/asn1/x509/
A Dx509_decode_public_key_from_certificate.c22 && ((l)->child != NULL) \
23 && ((l)->child->type == LTC_ASN1_OBJECT_IDENTIFIER) \
70 if ((l->type == LTC_ASN1_SEQUENCE) && (l->child != NULL)) { in x509_decode_public_key_from_certificate()
71 l = l->child; in x509_decode_public_key_from_certificate()
72 if ((l->type == LTC_ASN1_SEQUENCE) && (l->child != NULL)) { in x509_decode_public_key_from_certificate()
73 l = l->child; in x509_decode_public_key_from_certificate()
89 && LOOKS_LIKE_SPKI(l->child)) { in x509_decode_public_key_from_certificate()
/optee_os/core/lib/libtomcrypt/src/pk/asn1/der/sequence/
A Dder_sequence_free.c41 if (in->child) { in der_sequence_free()
43 in->child->parent = NULL; in der_sequence_free()
44 der_sequence_free(in->child); in der_sequence_free()
A Dder_sequence_shrink.c31 if (in->child) { in der_sequence_shrink()
32 der_sequence_shrink(in->child); in der_sequence_shrink()
A Dder_decode_sequence_flexi.c450 if ((err = der_decode_sequence_flexi(in, &len, &(l->child))) != CRYPT_OK) { in der_decode_sequence_flexi()
462 if (l->child) { in der_decode_sequence_flexi()
464 l->child->parent = l; in der_decode_sequence_flexi()
469 while((t != NULL) && (t->child != NULL)) { in der_decode_sequence_flexi()
471 t = t->child; in der_decode_sequence_flexi()
/optee_os/core/drivers/
A Datmel_shdwc.c90 int child = 0; in at91_shdwc_get_wakeup_input() local
93 fdt_for_each_subnode(child, fdt, np) { in at91_shdwc_get_wakeup_input()
94 prop = fdt_getprop(fdt, child, "reg", &len); in at91_shdwc_get_wakeup_input()
97 fdt_get_name(fdt, child, NULL)); in at91_shdwc_get_wakeup_input()
109 if (fdt_getprop(fdt, child, "atmel,wakeup-active-high", NULL)) in at91_shdwc_get_wakeup_input()
/optee_os/core/tee/
A Dfs_htree.c85 struct htree_node *child[2]; member
225 struct htree_node *child; in find_closest_node() local
236 child = node->child[((node_id >> bit_idx) & 1)]; in find_closest_node()
237 if (!child) in find_closest_node()
239 node = child; in find_closest_node()
284 assert(!node->child[n & 1]); in get_node()
291 node->child[n & 1] = nc; in get_node()
421 if (node->child[0]) { in calc_node_hash()
423 sizeof(node->child[0]->node.hash)); in calc_node_hash()
428 if (node->child[1]) { in calc_node_hash()
[all …]
/optee_os/lib/libmbedtls/mbedtls/library/
A Dx509_crt.c2440 if( mbedtls_md( md_info, child->tbs.p, child->tbs.len, hash ) != 0 ) in x509_crt_check_signature()
2449 if( psa_hash_update( &hash_operation, child->tbs.p, child->tbs.len ) in x509_crt_check_signature()
2470 child->sig.p, child->sig.len, &rs_ctx->pk ) ); in x509_crt_check_signature()
2476 return( mbedtls_pk_verify_ext( child->sig_pk, child->sig_opts, &parent->pk, in x509_crt_check_signature()
2478 child->sig.p, child->sig.len ) ); in x509_crt_check_signature()
2830 mbedtls_x509_crt *child; in x509_crt_verify_chain() local
2848 child = cur->crt; in x509_crt_verify_chain()
2855 child = crt; in x509_crt_verify_chain()
2863 cur->crt = child; in x509_crt_verify_chain()
2950 x509_name_cmp( &child->issuer, &child->subject ) == 0 ) in x509_crt_verify_chain()
[all …]
/optee_os/core/lib/libfdt/
A Dfdt_overlay.c159 int child; in overlay_adjust_node_phandles() local
170 fdt_for_each_subnode(child, fdto, node) { in overlay_adjust_node_phandles()
171 ret = overlay_adjust_node_phandles(fdto, child, delta); in overlay_adjust_node_phandles()
/optee_os/out/arm/export-ta_arm32/host_include/mbedtls/
A Dx509_crt.h732 mbedtls_x509_crt const *child,
/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
A Dx509_crt.h732 mbedtls_x509_crt const *child,
/optee_os/out/arm/export-ta_arm64/host_include/mbedtls/
A Dx509_crt.h732 mbedtls_x509_crt const *child,
/optee_os/out/arm/export-ta_arm64/include/mbedtls/
A Dx509_crt.h732 mbedtls_x509_crt const *child,
/optee_os/out/arm/export-ta_arm32/include/mbedtls/
A Dx509_crt.h732 mbedtls_x509_crt const *child,
/optee_os/core/lib/libtomcrypt/src/headers/
A Dtomcrypt_pk.h540 struct ltc_asn1_list_ *prev, *next, *child, *parent; member
/optee_os/lib/libmbedtls/mbedtls/
A DChangeLog954 the child process closes the listening socket and handles the client

Completed in 40 milliseconds