Home
last modified time | relevance | path

Searched refs:LTC_ASN1_SHORT_INTEGER (Results 1 – 25 of 25) sorted by relevance

/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/dh/
A Ddh_import.c31 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 Ddh_export.c30 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 Decc_import.c45 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 Decc_export.c43 LTC_ASN1_SHORT_INTEGER, 1UL, &key_size, in ecc_export()
52 LTC_ASN1_SHORT_INTEGER, 1UL, &key_size, in ecc_export()
A Decc_import_openssl.c22 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 Decc_export_openssl.c107 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 Decc_import_x509.c48 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 Dder_encode_sequence_multi.c51 case LTC_ASN1_SHORT_INTEGER: in der_encode_sequence_multi()
105 case LTC_ASN1_SHORT_INTEGER: in der_encode_sequence_multi()
A Dder_decode_sequence_multi.c50 case LTC_ASN1_SHORT_INTEGER: in s_der_decode_sequence_va()
100 case LTC_ASN1_SHORT_INTEGER: in s_der_decode_sequence_va()
A Dder_length_sequence.c65 case LTC_ASN1_SHORT_INTEGER: in der_length_sequence_ex()
A Dder_encode_sequence_ex.c81 case LTC_ASN1_SHORT_INTEGER: in der_encode_sequence_ex()
/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/rsa/
A Drsa_import.c29 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 Drsa_export.c41 LTC_ASN1_SHORT_INTEGER, 1UL, &zero, in rsa_export()
A Drsa_import_pkcs8.c87 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 Dec25519_import_pkcs8.c44 LTC_ASN1_SHORT_INTEGER, 1uL, &version, in ec25519_import_pkcs8()
A Dec25519_export.c59 LTC_ASN1_SHORT_INTEGER, 1uL, &version, in ec25519_export()
/optee_os-3.20.0/core/lib/libtomcrypt/src/math/fp/
A Dltc_ecc_fp_mulmod.c1438 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 Ddsa_export.c40 LTC_ASN1_SHORT_INTEGER, 1UL, &zero, in dsa_export()
A Ddsa_import.c76 LTC_ASN1_SHORT_INTEGER, 1UL, &zero, in dsa_import()
/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/asn1/der/custom_type/
A Dder_length_custom_type.c78 case LTC_ASN1_SHORT_INTEGER: in der_length_custom_type()
A Dder_encode_custom_type.c102 case LTC_ASN1_SHORT_INTEGER: in der_encode_custom_type()
A Dder_decode_custom_type.c196 case LTC_ASN1_SHORT_INTEGER: in der_decode_custom_type_ex()
/optee_os-3.20.0/core/lib/libtomcrypt/src/misc/crypt/
A Dcrypt_constants.c120 C_STRINGIFY(LTC_ASN1_SHORT_INTEGER),
/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/asn1/der/choice/
A Dder_decode_choice.c66 case LTC_ASN1_SHORT_INTEGER: in der_decode_choice()
/optee_os-3.20.0/core/lib/libtomcrypt/src/headers/
A Dtomcrypt_pk.h494 LTC_ASN1_SHORT_INTEGER, enumerator

Completed in 20 milliseconds