Searched refs:ltc_asn1_type (Results 1 – 15 of 15) sorted by relevance
| /optee_os/core/lib/libtomcrypt/src/pk/asn1/der/sequence/ |
| H A D | der_encode_sequence_multi.c | 24 ltc_asn1_type type; in der_encode_sequence_multi() 37 type = (ltc_asn1_type)va_arg(args, int); in der_encode_sequence_multi() 93 type = (ltc_asn1_type)va_arg(args, int); in der_encode_sequence_multi()
|
| H A D | der_decode_sequence_multi.c | 26 ltc_asn1_type type; in s_der_decode_sequence_va() 36 type = (ltc_asn1_type)va_arg(a1, int); in s_der_decode_sequence_va() 89 type = (ltc_asn1_type)va_arg(a2, int); in s_der_decode_sequence_va()
|
| H A D | der_length_sequence.c | 29 ltc_asn1_type type; in der_length_sequence_ex()
|
| H A D | der_encode_sequence_ex.c | 26 ltc_asn1_type type; in der_encode_sequence_ex()
|
| /optee_os/core/lib/libtomcrypt/src/pk/asn1/der/general/ |
| H A D | der_asn1_maps.c | 114 const ltc_asn1_type der_asn1_tag_to_type_map[] =
|
| /optee_os/core/lib/libtomcrypt/src/pk/asn1/der/custom_type/ |
| H A D | der_length_custom_type.c | 27 ltc_asn1_type type; in der_length_custom_type() 49 type = (ltc_asn1_type)list[i].used; in der_length_custom_type()
|
| H A D | der_encode_custom_type.c | 28 ltc_asn1_type type; in der_encode_custom_type() 76 type = (ltc_asn1_type)list[i].used; in der_encode_custom_type()
|
| H A D | der_decode_custom_type.c | 48 ltc_asn1_type type; in der_decode_custom_type_ex() 109 root->type = (ltc_asn1_type)root->used; in der_decode_custom_type_ex()
|
| /optee_os/core/lib/libtomcrypt/src/pk/asn1/x509/ |
| H A D | x509_encode_subject_public_key_info.c | 36 ltc_asn1_type parameters_type, ltc_asn1_list* parameters, unsigned long parameters_len) in x509_encode_subject_public_key_info()
|
| H A D | x509_decode_subject_public_key_info.c | 36 ltc_asn1_type parameters_type, ltc_asn1_list* parameters, unsigned long *parameters_len) in x509_decode_subject_public_key_info()
|
| H A D | x509_decode_public_key_from_certificate.c | 33 enum ltc_oid_id algorithm, ltc_asn1_type param_type, in x509_decode_public_key_from_certificate()
|
| /optee_os/core/lib/libtomcrypt/src/pk/asn1/der/set/ |
| H A D | der_encode_set.c | 13 static int s_ltc_to_asn1(ltc_asn1_type v) in s_ltc_to_asn1()
|
| /optee_os/core/lib/libtomcrypt/src/headers/ |
| H A D | tomcrypt_private.h | 437 extern const ltc_asn1_type der_asn1_tag_to_type_map[]; 454 enum ltc_oid_id algorithm, ltc_asn1_type param_type, 461 ltc_asn1_type parameters_type, ltc_asn1_list* parameters, unsigned long parameters_len); 465 ltc_asn1_type parameters_type, ltc_asn1_list* parameters, unsigned long *parameters_len);
|
| H A D | tomcrypt_pk.h | 516 } ltc_asn1_type; typedef 533 ltc_asn1_type type;
|
| /optee_os/core/lib/libtomcrypt/src/pk/ecc/ |
| H A D | ecc_import_pkcs8.c | 9 ltc_asn1_type t;
|