Home
last modified time | relevance | path

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

/crypto/asymmetric_keys/
Dasym_tpm.c318 static inline uint8_t *encode_tag_length(uint8_t *buf, uint8_t tag, in encode_tag_length() function
347 cur = encode_tag_length(cur, 0x30, n_len + e_len); in derive_pub_key()
349 cur = encode_tag_length(cur, 0x02, len + 1); in derive_pub_key()
353 cur = encode_tag_length(cur, 0x02, sizeof(e)); in derive_pub_key()