Home
last modified time | relevance | path

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

/crypto/asymmetric_keys/
Dasym_tpm.c334 static inline uint8_t *encode_tag_length(uint8_t *buf, uint8_t tag, in encode_tag_length() function
363 cur = encode_tag_length(cur, 0x30, n_len + e_len); in derive_pub_key()
365 cur = encode_tag_length(cur, 0x02, len + 1); in derive_pub_key()
369 cur = encode_tag_length(cur, 0x02, sizeof(e)); in derive_pub_key()