Searched refs:LTC_ASN1_PRINTABLE_STRING (Results 1 – 10 of 10) sorted by relevance
/external/dropbear/libtomcrypt/src/pk/asn1/der/sequence/ |
D | der_encode_sequence_multi.c | 61 case LTC_ASN1_PRINTABLE_STRING: in der_encode_sequence_multi() 108 case LTC_ASN1_PRINTABLE_STRING: in der_encode_sequence_multi()
|
D | der_decode_sequence_multi.c | 60 case LTC_ASN1_PRINTABLE_STRING: in der_decode_sequence_multi() 108 case LTC_ASN1_PRINTABLE_STRING: in der_decode_sequence_multi()
|
D | der_encode_sequence_ex.c | 107 case LTC_ASN1_PRINTABLE_STRING: in der_encode_sequence_ex() 269 case LTC_ASN1_PRINTABLE_STRING: in der_encode_sequence_ex()
|
D | der_length_sequence.c | 102 case LTC_ASN1_PRINTABLE_STRING: in der_length_sequence()
|
D | der_decode_sequence_ex.c | 188 case LTC_ASN1_PRINTABLE_STRING: in der_decode_sequence_ex()
|
D | der_decode_sequence_flexi.c | 245 l->type = LTC_ASN1_PRINTABLE_STRING; in der_decode_sequence_flexi()
|
/external/dropbear/libtomcrypt/testprof/ |
D | der_tests.c | 78 LTC_SET_ASN1(list, x, LTC_ASN1_PRINTABLE_STRING, strs[x], strlen((char*)strs[x])); in der_set_test() 88 LTC_SET_ASN1(list, x, LTC_ASN1_PRINTABLE_STRING, strs[x], sizeof(strs[x]) - 1); in der_set_test() 151 …LTC_SET_ASN1(static_list[0], 0, LTC_ASN1_PRINTABLE_STRING, (void *)printable_str, strlen(printable… in der_flexi_test() 167 LTC_SET_ASN1(static_list[4], 0, LTC_ASN1_PRINTABLE_STRING, set1_str, strlen(set1_str)); in der_flexi_test() 168 LTC_SET_ASN1(static_list[4], 1, LTC_ASN1_PRINTABLE_STRING, set2_str, strlen(set2_str)); in der_flexi_test() 219 if (l->type != LTC_ASN1_PRINTABLE_STRING) { in der_flexi_test() 422 if (l->type != LTC_ASN1_PRINTABLE_STRING) { in der_flexi_test() 438 if (l->type != LTC_ASN1_PRINTABLE_STRING) { in der_flexi_test() 472 LTC_SET_ASN1(types, 0, LTC_ASN1_PRINTABLE_STRING, printbuf, sizeof(printbuf)); in der_choice_test()
|
/external/dropbear/libtomcrypt/src/pk/asn1/der/set/ |
D | der_encode_set.c | 32 case LTC_ASN1_PRINTABLE_STRING: return 0x13; in ltc_to_asn1()
|
/external/dropbear/libtomcrypt/src/pk/asn1/der/choice/ |
D | der_decode_choice.c | 127 case LTC_ASN1_PRINTABLE_STRING: in der_decode_choice()
|
/external/dropbear/libtomcrypt/src/headers/ |
D | tomcrypt_pk.h | 375 LTC_ASN1_PRINTABLE_STRING, enumerator
|