Searched refs:LTC_ASN1_RAW_BIT_STRING (Results 1 – 15 of 15) sorted by relevance
/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/asn1/der/sequence/ |
A D | der_encode_sequence_multi.c | 63 case LTC_ASN1_RAW_BIT_STRING: in der_encode_sequence_multi() 117 case LTC_ASN1_RAW_BIT_STRING: in der_encode_sequence_multi()
|
A D | der_decode_sequence_multi.c | 63 case LTC_ASN1_RAW_BIT_STRING: in s_der_decode_sequence_va() 113 case LTC_ASN1_RAW_BIT_STRING: in s_der_decode_sequence_va()
|
A D | der_length_sequence.c | 73 case LTC_ASN1_RAW_BIT_STRING: in der_length_sequence_ex()
|
A D | der_encode_sequence_ex.c | 95 case LTC_ASN1_RAW_BIT_STRING: in der_encode_sequence_ex()
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/ecc/ |
A D | ecc_import_openssl.c | 21 LTC_SET_ASN1(custom, 1, LTC_ASN1_RAW_BIT_STRING, bin_xy, 8UL*sizeof(bin_xy)); in s_ecc_import_private_with_oid() 60 LTC_SET_ASN1(custom, 1, LTC_ASN1_RAW_BIT_STRING, bin_xy, 8UL*sizeof(bin_xy)); in s_ecc_import_private_with_curve() 79 LTC_SET_ASN1(seq_curve, 2, LTC_ASN1_RAW_BIT_STRING, bin_seed, 8UL*sizeof(bin_seed)); in s_ecc_import_private_with_curve()
|
A D | ecc_import_x509.c | 61 LTC_SET_ASN1(seq_curve, 2, LTC_ASN1_RAW_BIT_STRING, bin_seed, 8u*sizeof(bin_seed)); in s_ecc_import_x509_with_curve()
|
A D | ecc_export_openssl.c | 141 LTC_SET_ASN1(&pub_xy, 0, LTC_ASN1_RAW_BIT_STRING, bin_xy, 8*len_xy); in ecc_export_openssl()
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/asn1/x509/ |
A D | x509_encode_subject_public_key_info.c | 60 LTC_ASN1_RAW_BIT_STRING, public_key_len*8U, public_key, in x509_encode_subject_public_key_info()
|
A D | x509_decode_subject_public_key_info.c | 85 LTC_SET_ASN1(subject_pubkey, 1, LTC_ASN1_RAW_BIT_STRING, tmpbuf, inlen*8U); in x509_decode_subject_public_key_info()
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/asn1/der/custom_type/ |
A D | der_length_custom_type.c | 86 case LTC_ASN1_RAW_BIT_STRING: in der_length_custom_type()
|
A D | der_encode_custom_type.c | 116 case LTC_ASN1_RAW_BIT_STRING: in der_encode_custom_type()
|
A D | der_decode_custom_type.c | 220 case LTC_ASN1_RAW_BIT_STRING: in der_decode_custom_type_ex()
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/misc/crypt/ |
A D | crypt_constants.c | 133 C_STRINGIFY(LTC_ASN1_RAW_BIT_STRING),
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/asn1/der/choice/ |
A D | der_decode_choice.c | 87 case LTC_ASN1_RAW_BIT_STRING: in der_decode_choice()
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/headers/ |
A D | tomcrypt_pk.h | 510 LTC_ASN1_RAW_BIT_STRING, enumerator
|
Completed in 11 milliseconds