Home
last modified time | relevance | path

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

12

/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/asn1/der/sequence/
A Dder_encode_sequence_multi.c39 if (type == LTC_ASN1_EOL) { in der_encode_sequence_multi()
70 case LTC_ASN1_EOL: in der_encode_sequence_multi()
95 if (type == LTC_ASN1_EOL) { in der_encode_sequence_multi()
124 case LTC_ASN1_EOL: in der_encode_sequence_multi()
A Dder_decode_sequence_multi.c38 if (type == LTC_ASN1_EOL) { in s_der_decode_sequence_va()
69 case LTC_ASN1_EOL: in s_der_decode_sequence_va()
93 if (type == LTC_ASN1_EOL) { in s_der_decode_sequence_va()
119 case LTC_ASN1_EOL: in s_der_decode_sequence_va()
A Dder_length_sequence.c43 if (type == LTC_ASN1_EOL) { in der_length_sequence_ex()
157 case LTC_ASN1_EOL: in der_length_sequence_ex()
A Dder_encode_sequence_ex.c62 if (type == LTC_ASN1_EOL) { in der_encode_sequence_ex()
186 case LTC_ASN1_EOL: in der_encode_sequence_ex()
/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/rsa/
A Drsa_import.c30 LTC_ASN1_EOL, 0UL, NULL); in rsa_import_pkcs1()
39 LTC_ASN1_EOL, 0UL, NULL)) == CRYPT_OK) { in rsa_import_pkcs1()
60 LTC_ASN1_EOL, 0UL, NULL)) != CRYPT_OK) { in rsa_import_pkcs1()
119 LTC_ASN1_EOL, 0UL, NULL)) != CRYPT_OK) { in rsa_import()
A Drsa_export.c50 LTC_ASN1_EOL, 0UL, NULL); in rsa_export()
74 LTC_ASN1_EOL, 0UL, NULL); in rsa_export()
A Drsa_import_x509.c18 LTC_ASN1_EOL, 0UL, NULL); in s_rsa_decode()
/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/asn1/x509/
A Dx509_decode_subject_public_key_info.c51 if (parameters_type != LTC_ASN1_EOL) { in x509_decode_subject_public_key_info()
74 if (parameters_type == LTC_ASN1_EOL) { in x509_decode_subject_public_key_info()
91 if (parameters_type != LTC_ASN1_EOL) { in x509_decode_subject_public_key_info()
A Dx509_encode_subject_public_key_info.c61 LTC_ASN1_EOL, 0UL, NULL); in x509_encode_subject_public_key_info()
/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/dh/
A Ddh_import.c33 LTC_ASN1_EOL, 0UL, NULL); in dh_import()
47 LTC_ASN1_EOL, 0UL, NULL)) != CRYPT_OK) { in dh_import()
63 LTC_ASN1_EOL, 0UL, NULL)) != CRYPT_OK) { in dh_import()
A Ddh_export.c35 LTC_ASN1_EOL, 0UL, NULL); in dh_export()
46 LTC_ASN1_EOL, 0UL, NULL); in dh_export()
A Ddh_set_pg_dhparam.c33 LTC_ASN1_EOL, 0UL, NULL)) != CRYPT_OK) { in dh_set_pg_dhparam()
/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/asn1/der/general/
A Dder_asn1_maps.c117 LTC_ASN1_EOL, /* Reserved for use by the encoding rules */
135LTC_ASN1_EOL, /* Reserved for future editions of this Recommendation | International…
/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/ecc/
A Decc_import.c46 LTC_ASN1_EOL, 0UL, NULL); in ecc_import_ex()
67 LTC_ASN1_EOL, 0UL, NULL)) != CRYPT_OK) { in ecc_import_ex()
78 LTC_ASN1_EOL, 0UL, NULL)) != CRYPT_OK) { in ecc_import_ex()
A Decc_export.c47 LTC_ASN1_EOL, 0UL, NULL); in ecc_export()
55 LTC_ASN1_EOL, 0UL, NULL); in ecc_export()
A Decc_import_pkcs8.c27 while(check->t != LTC_ASN1_EOL) { in s_der_flexi_sequence_cmp()
74 LTC_SET_DER_FLEXI_CHECK(flexi_should, n, LTC_ASN1_EOL, NULL); in ecc_import_pkcs8()
88 LTC_SET_DER_FLEXI_CHECK(flexi_should, n, LTC_ASN1_EOL, NULL); in ecc_import_pkcs8()
/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/dsa/
A Ddsa_import.c37 LTC_ASN1_EOL, 0UL, NULL); in dsa_import()
49 LTC_ASN1_EOL, 0UL, NULL)) != CRYPT_OK) { in dsa_import()
63 LTC_ASN1_EOL, 0UL, NULL)) != CRYPT_OK) { in dsa_import()
82 LTC_ASN1_EOL, 0UL, NULL)) == CRYPT_OK) { in dsa_import()
A Ddsa_export.c46 LTC_ASN1_EOL, 0UL, NULL); in dsa_export()
56 LTC_ASN1_EOL, 0UL, NULL); in dsa_export()
93 LTC_ASN1_EOL, 0UL, NULL); in dsa_export()
A Ddsa_set_pqg_dsaparam.c35 LTC_ASN1_EOL, 0UL, NULL)) != CRYPT_OK) { in dsa_set_pqg_dsaparam()
/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/ec25519/
A Dec25519_export.c62 LTC_ASN1_EOL, 0uL, NULL); in ec25519_export()
75 …x509_encode_subject_public_key_info(out, outlen, key->algo, key->pub, 32uL, LTC_ASN1_EOL, NULL, 0); in ec25519_export()
/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/x25519/
A Dx25519_import.c28 …ubject_public_key_info(in, inlen, LTC_OID_X25519, key->pub, &key_len, LTC_ASN1_EOL, NULL, 0uL)) ==… in x25519_import()
A Dx25519_import_x509.c35 LTC_ASN1_EOL, NULL, NULL, in x25519_import_x509()
/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/ed25519/
A Ded25519_import.c28 …bject_public_key_info(in, inlen, LTC_OID_ED25519, key->pub, &key_len, LTC_ASN1_EOL, NULL, 0uL)) ==… in ed25519_import()
A Ded25519_import_x509.c35 LTC_ASN1_EOL, NULL, NULL, in ed25519_import_x509()
/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/asn1/der/custom_type/
A Dder_length_custom_type.c56 if (type == LTC_ASN1_EOL) { in der_length_custom_type()
170 case LTC_ASN1_EOL: in der_length_custom_type()

Completed in 17 milliseconds

12