Searched refs:subject_pubkey (Results 1 – 1 of 1) sorted by relevance
| /optee_os/core/lib/libtomcrypt/src/pk/asn1/x509/ |
| H A D | x509_decode_subject_public_key_info.c | 45 ltc_asn1_list subject_pubkey[2]; in x509_decode_subject_public_key_info() local 84 LTC_SET_ASN1(subject_pubkey, 0, LTC_ASN1_SEQUENCE, alg_id, alg_id_num); in x509_decode_subject_public_key_info() 85 LTC_SET_ASN1(subject_pubkey, 1, LTC_ASN1_RAW_BIT_STRING, tmpbuf, inlen*8U); in x509_decode_subject_public_key_info() 87 err=der_decode_sequence(in, inlen, subject_pubkey, 2UL); in x509_decode_subject_public_key_info() 100 len = subject_pubkey[1].size/8; in x509_decode_subject_public_key_info() 102 XMEMCPY(public_key, subject_pubkey[1].data, len); in x509_decode_subject_public_key_info()
|