/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/dh/ |
A D | dh_import.c | 31 LTC_ASN1_SHORT_INTEGER, 1UL, &version, in dh_import() 42 LTC_ASN1_SHORT_INTEGER, 1UL, &version, in dh_import() 58 LTC_ASN1_SHORT_INTEGER, 1UL, &version, in dh_import()
|
A D | dh_export.c | 30 LTC_ASN1_SHORT_INTEGER, 1UL, &version, in dh_export() 41 LTC_ASN1_SHORT_INTEGER, 1UL, &version, in dh_export()
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/ecc/ |
A D | ecc_import.c | 45 LTC_ASN1_SHORT_INTEGER, 1UL, &key_size, in ecc_import_ex() 63 LTC_ASN1_SHORT_INTEGER, 1UL, &key_size, in ecc_import_ex() 75 LTC_ASN1_SHORT_INTEGER, 1UL, &key_size, in ecc_import_ex()
|
A D | ecc_export.c | 43 LTC_ASN1_SHORT_INTEGER, 1UL, &key_size, in ecc_export() 52 LTC_ASN1_SHORT_INTEGER, 1UL, &key_size, in ecc_export()
|
A D | ecc_import_openssl.c | 22 LTC_SET_ASN1(seq_priv, 0, LTC_ASN1_SHORT_INTEGER, &pkver, 1UL); in s_ecc_import_private_with_oid() 61 LTC_SET_ASN1(seq_priv, 0, LTC_ASN1_SHORT_INTEGER, &pkver, 1UL); in s_ecc_import_private_with_curve() 66 LTC_SET_ASN1(seq_ecparams, 0, LTC_ASN1_SHORT_INTEGER, &ecver, 1UL); in s_ecc_import_private_with_curve() 71 LTC_SET_ASN1(seq_ecparams, 5, LTC_ASN1_SHORT_INTEGER, &cofactor, 1UL); in s_ecc_import_private_with_curve()
|
A D | ecc_export_openssl.c | 107 LTC_SET_ASN1(seq_ecparams, 0, LTC_ASN1_SHORT_INTEGER, &one, 1UL); in ecc_export_openssl() 112 LTC_SET_ASN1(seq_ecparams, 5, LTC_ASN1_SHORT_INTEGER, &cofactor, 1UL); in ecc_export_openssl() 142 LTC_SET_ASN1(seq_priv, 0, LTC_ASN1_SHORT_INTEGER, &one, 1); in ecc_export_openssl()
|
A D | ecc_import_x509.c | 48 LTC_SET_ASN1(seq_ecparams, 0, LTC_ASN1_SHORT_INTEGER, &ecver, 1UL); in s_ecc_import_x509_with_curve() 53 LTC_SET_ASN1(seq_ecparams, 5, LTC_ASN1_SHORT_INTEGER, &cofactor, 1UL); in s_ecc_import_x509_with_curve()
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/asn1/der/sequence/ |
A D | der_encode_sequence_multi.c | 51 case LTC_ASN1_SHORT_INTEGER: in der_encode_sequence_multi() 105 case LTC_ASN1_SHORT_INTEGER: in der_encode_sequence_multi()
|
A D | der_decode_sequence_multi.c | 50 case LTC_ASN1_SHORT_INTEGER: in s_der_decode_sequence_va() 100 case LTC_ASN1_SHORT_INTEGER: in s_der_decode_sequence_va()
|
A D | der_length_sequence.c | 65 case LTC_ASN1_SHORT_INTEGER: in der_length_sequence_ex()
|
A D | der_encode_sequence_ex.c | 81 case LTC_ASN1_SHORT_INTEGER: in der_encode_sequence_ex()
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/rsa/ |
A D | rsa_import.c | 29 err = der_decode_sequence_multi(in, inlen, LTC_ASN1_SHORT_INTEGER, 1UL, &version, in rsa_import_pkcs1() 51 LTC_ASN1_SHORT_INTEGER, 1UL, &version, in rsa_import_pkcs1()
|
A D | rsa_export.c | 41 LTC_ASN1_SHORT_INTEGER, 1UL, &zero, in rsa_export()
|
A D | rsa_import_pkcs8.c | 87 LTC_SET_ASN1(top_seq, 0, LTC_ASN1_SHORT_INTEGER, &version, 1UL); in rsa_import_pkcs8()
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/ec25519/ |
A D | ec25519_import_pkcs8.c | 44 LTC_ASN1_SHORT_INTEGER, 1uL, &version, in ec25519_import_pkcs8()
|
A D | ec25519_export.c | 59 LTC_ASN1_SHORT_INTEGER, 1uL, &version, in ec25519_export()
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/math/fp/ |
A D | ltc_ecc_fp_mulmod.c | 1438 LTC_SET_ASN1(cache_entry, j++, LTC_ASN1_SHORT_INTEGER, &fp_entries, 1); in ltc_ecc_fp_save_state() 1439 LTC_SET_ASN1(cache_entry, j++, LTC_ASN1_SHORT_INTEGER, &fp_lut, 1); in ltc_ecc_fp_save_state() 1460 LTC_SET_ASN1(cache_entry, 0, LTC_ASN1_SHORT_INTEGER, &num_entries, 1); in ltc_ecc_fp_save_state() 1513 LTC_ASN1_SHORT_INTEGER, 1, &num_entries, in ltc_ecc_fp_restore_state() 1514 LTC_ASN1_SHORT_INTEGER, 1, &fp_entries, in ltc_ecc_fp_restore_state() 1515 LTC_ASN1_SHORT_INTEGER, 1, &fp_lut, in ltc_ecc_fp_restore_state() 1528 LTC_SET_ASN1(asn1_list, j++, LTC_ASN1_SHORT_INTEGER, &num_entries, 1); in ltc_ecc_fp_restore_state() 1529 LTC_SET_ASN1(asn1_list, j++, LTC_ASN1_SHORT_INTEGER, &fp_entries, 1); in ltc_ecc_fp_restore_state() 1530 LTC_SET_ASN1(asn1_list, j++, LTC_ASN1_SHORT_INTEGER, &fp_lut, 1); in ltc_ecc_fp_restore_state()
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/dsa/ |
A D | dsa_export.c | 40 LTC_ASN1_SHORT_INTEGER, 1UL, &zero, in dsa_export()
|
A D | dsa_import.c | 76 LTC_ASN1_SHORT_INTEGER, 1UL, &zero, in dsa_import()
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/asn1/der/custom_type/ |
A D | der_length_custom_type.c | 78 case LTC_ASN1_SHORT_INTEGER: in der_length_custom_type()
|
A D | der_encode_custom_type.c | 102 case LTC_ASN1_SHORT_INTEGER: in der_encode_custom_type()
|
A D | der_decode_custom_type.c | 196 case LTC_ASN1_SHORT_INTEGER: in der_decode_custom_type_ex()
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/misc/crypt/ |
A D | crypt_constants.c | 120 C_STRINGIFY(LTC_ASN1_SHORT_INTEGER),
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/asn1/der/choice/ |
A D | der_decode_choice.c | 66 case LTC_ASN1_SHORT_INTEGER: in der_decode_choice()
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/headers/ |
A D | tomcrypt_pk.h | 494 LTC_ASN1_SHORT_INTEGER, enumerator
|