Home
last modified time | relevance | path

Searched refs:asn1_encode_tag (Results 1 – 2 of 2) sorted by relevance

/linux/lib/
H A Dasn1_encoder.c270 asn1_encode_tag(unsigned char *data, const unsigned char *end_data, in asn1_encode_tag() function
316 EXPORT_SYMBOL_GPL(asn1_encode_tag);
/linux/security/keys/trusted-keys/
H A Dtrusted_tpm2.c65 work = asn1_encode_tag(work, end_work, 0, bool, w - bool); in tpm2_key_encode()