Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dasn1_encoder.h16 asn1_encode_oid(unsigned char *data, const unsigned char *end_data,
/openbmc/linux/lib/
H A Dasn1_encoder.c141 asn1_encode_oid(unsigned char *data, const unsigned char *end_data, in asn1_encode_oid() function
177 EXPORT_SYMBOL_GPL(asn1_encode_oid);
/openbmc/linux/security/keys/trusted-keys/
H A Dtrusted_tpm2.c54 work = asn1_encode_oid(work, end_work, tpm2key_oid, in tpm2_key_encode()