Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dasn1_encoder.h21 asn1_encode_octet_string(unsigned char *data,
/linux/lib/
H A Dasn1_encoder.c328 asn1_encode_octet_string(unsigned char *data, in asn1_encode_octet_string() function
357 EXPORT_SYMBOL_GPL(asn1_encode_octet_string);
/linux/security/keys/trusted-keys/
H A Dtrusted_tpm2.c73 work = asn1_encode_octet_string(work, end_work, pub, pub_len); in tpm2_key_encode()
74 work = asn1_encode_octet_string(work, end_work, priv, priv_len); in tpm2_key_encode()