Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dasn1_encoder.h19 asn1_encode_tag(unsigned char *data, const unsigned char *end_data,
/openbmc/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);
/openbmc/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()