/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/ecc/ |
A D | ecc_import_openssl.c | 23 LTC_SET_ASN1(seq_priv, 1, LTC_ASN1_OCTET_STRING, bin_k, sizeof(bin_k)); in s_ecc_import_private_with_oid() 62 LTC_SET_ASN1(seq_priv, 1, LTC_ASN1_OCTET_STRING, bin_k, sizeof(bin_k)); in s_ecc_import_private_with_curve() 69 LTC_SET_ASN1(seq_ecparams, 3, LTC_ASN1_OCTET_STRING, bin_g, sizeof(bin_g)); in s_ecc_import_private_with_curve() 77 LTC_SET_ASN1(seq_curve, 0, LTC_ASN1_OCTET_STRING, bin_a, sizeof(bin_a)); in s_ecc_import_private_with_curve() 78 LTC_SET_ASN1(seq_curve, 1, LTC_ASN1_OCTET_STRING, bin_b, sizeof(bin_b)); in s_ecc_import_private_with_curve()
|
A D | ecc_export_openssl.c | 103 LTC_SET_ASN1(seq_curve, 0, LTC_ASN1_OCTET_STRING, bin_a, len_a); in ecc_export_openssl() 104 LTC_SET_ASN1(seq_curve, 1, LTC_ASN1_OCTET_STRING, bin_b, len_b); in ecc_export_openssl() 110 LTC_SET_ASN1(seq_ecparams, 3, LTC_ASN1_OCTET_STRING, bin_g, len_g); in ecc_export_openssl() 143 LTC_SET_ASN1(seq_priv, 1, LTC_ASN1_OCTET_STRING, bin_k, len_k); in ecc_export_openssl()
|
A D | ecc_import_pkcs8.c | 73 LTC_SET_DER_FLEXI_CHECK(flexi_should, n++, LTC_ASN1_OCTET_STRING, &priv_key); in ecc_import_pkcs8() 85 LTC_SET_DER_FLEXI_CHECK(flexi_should, n++, LTC_ASN1_OCTET_STRING, &point_g); in ecc_import_pkcs8() 132 LTC_ASN1_IS_TYPE(point->child, LTC_ASN1_OCTET_STRING) && in ecc_import_pkcs8() 133 LTC_ASN1_IS_TYPE(point->child->next, LTC_ASN1_OCTET_STRING)) { in ecc_import_pkcs8() 160 LTC_ASN1_IS_TYPE(p->child->next, LTC_ASN1_OCTET_STRING)) { in ecc_import_pkcs8()
|
A D | ecc_import_x509.c | 51 LTC_SET_ASN1(seq_ecparams, 3, LTC_ASN1_OCTET_STRING, bin_g, sizeof(bin_g)); in s_ecc_import_x509_with_curve() 59 LTC_SET_ASN1(seq_curve, 0, LTC_ASN1_OCTET_STRING, bin_a, sizeof(bin_a)); in s_ecc_import_x509_with_curve() 60 LTC_SET_ASN1(seq_curve, 1, LTC_ASN1_OCTET_STRING, bin_b, sizeof(bin_b)); in s_ecc_import_x509_with_curve()
|
A D | ecc_encrypt_key.c | 101 … LTC_ASN1_OCTET_STRING, pubkeysize, pub_expt, in ecc_encrypt_key() 102 … LTC_ASN1_OCTET_STRING, inlen, skey, in ecc_encrypt_key()
|
A D | ecc_decrypt_key.c | 73 LTC_SET_ASN1(decode, 1, LTC_ASN1_OCTET_STRING, pub_expt, ECC_BUF_SIZE); in ecc_decrypt_key() 74 LTC_SET_ASN1(decode, 2, LTC_ASN1_OCTET_STRING, skey, MAXBLOCKSIZE); in ecc_decrypt_key()
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/misc/pbes/ |
A D | pbes2.c | 121 !LTC_ASN1_IS_TYPE(lkdf->next->child, LTC_ASN1_OCTET_STRING) || in pbes2_extract() 145 if (LTC_ASN1_IS_TYPE(lenc->next, LTC_ASN1_OCTET_STRING)) { in pbes2_extract() 156 LTC_ASN1_IS_TYPE(lenc->next->child->next, LTC_ASN1_OCTET_STRING)) { in pbes2_extract() 183 } else if (LTC_ASN1_IS_TYPE(lenc->next->child, LTC_ASN1_OCTET_STRING)) { in pbes2_extract()
|
A D | pbes1.c | 98 !LTC_ASN1_IS_TYPE(s->next->child, LTC_ASN1_OCTET_STRING) || in pbes1_extract()
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/asn1/der/sequence/ |
A D | der_encode_sequence_multi.c | 53 case LTC_ASN1_OCTET_STRING: in der_encode_sequence_multi() 107 case LTC_ASN1_OCTET_STRING: in der_encode_sequence_multi()
|
A D | der_decode_sequence_multi.c | 52 case LTC_ASN1_OCTET_STRING: in s_der_decode_sequence_va() 102 case LTC_ASN1_OCTET_STRING: in s_der_decode_sequence_va()
|
A D | der_length_sequence.c | 80 case LTC_ASN1_OCTET_STRING: in der_length_sequence_ex()
|
A D | der_encode_sequence_ex.c | 102 case LTC_ASN1_OCTET_STRING: in der_encode_sequence_ex()
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/asn1/der/general/ |
A D | der_asn1_maps.c | 121 LTC_ASN1_OCTET_STRING, /* Octetstring type */
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/ec25519/ |
A D | ec25519_import_pkcs8.c | 46 LTC_ASN1_OCTET_STRING, key_len, private_key, in ec25519_import_pkcs8()
|
A D | ec25519_export.c | 61 LTC_ASN1_OCTET_STRING, private_key_len, private_key, in ec25519_export()
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/asn1/pkcs8/ |
A D | pkcs8_decode_flexi.c | 45 LTC_ASN1_IS_TYPE(l->child->next, LTC_ASN1_OCTET_STRING)) { in pkcs8_decode_flexi()
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/rsa/ |
A D | rsa_import_pkcs8.c | 89 LTC_SET_ASN1(top_seq, 2, LTC_ASN1_OCTET_STRING, buf1, buf1len); in rsa_import_pkcs8()
|
A D | rsa_sign_hash.c | 101 LTC_SET_ASN1(siginfo, 1, LTC_ASN1_OCTET_STRING, in, inlen); in rsa_sign_hash_ex()
|
A D | rsa_verify_hash.c | 147 … LTC_SET_ASN1(siginfo, 1, LTC_ASN1_OCTET_STRING, tmpbuf, siglen); in rsa_verify_hash_ex()
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/dsa/ |
A D | dsa_decrypt_key.c | 75 LTC_SET_ASN1(decode, 2, LTC_ASN1_OCTET_STRING, skey, MAXBLOCKSIZE); in dsa_decrypt_key()
|
A D | dsa_encrypt_key.c | 101 … LTC_ASN1_OCTET_STRING, inlen, skey, in dsa_encrypt_key()
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/asn1/der/custom_type/ |
A D | der_length_custom_type.c | 93 case LTC_ASN1_OCTET_STRING: in der_length_custom_type()
|
A D | der_encode_custom_type.c | 123 case LTC_ASN1_OCTET_STRING: in der_encode_custom_type()
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/misc/crypt/ |
A D | crypt_constants.c | 122 C_STRINGIFY(LTC_ASN1_OCTET_STRING),
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/asn1/der/choice/ |
A D | der_decode_choice.c | 98 case LTC_ASN1_OCTET_STRING: in der_decode_choice()
|