Searched refs:Z_len (Results 1 – 2 of 2) sorted by relevance
20 TEE_Result sm2_kdf(const uint8_t *Z, size_t Z_len, uint8_t *t, size_t tlen) in sm2_kdf() argument46 res = crypto_hash_update(ctx, Z, Z_len); in sm2_kdf()
12 TEE_Result sm2_kdf(const uint8_t *Z, size_t Z_len, uint8_t *t, size_t tlen);
Completed in 4 milliseconds