Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/mbedtls/
H A Dhkdf.h74 size_t salt_len, const unsigned char *ikm, size_t ikm_len,
104 const unsigned char *ikm, size_t ikm_len,
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/mbedtls/
H A Dhkdf.h74 size_t salt_len, const unsigned char *ikm, size_t ikm_len,
104 const unsigned char *ikm, size_t ikm_len,
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/mbedtls/
H A Dhkdf.h74 size_t salt_len, const unsigned char *ikm, size_t ikm_len,
104 const unsigned char *ikm, size_t ikm_len,
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/mbedtls/
H A Dhkdf.h74 size_t salt_len, const unsigned char *ikm, size_t ikm_len,
104 const unsigned char *ikm, size_t ikm_len,
/OK3568_Linux_fs/kernel/fs/crypto/
H A Dhkdf.c48 static int hkdf_extract(struct crypto_shash *hmac_tfm, const u8 *ikm, in hkdf_extract() argument
58 return crypto_shash_tfm_digest(hmac_tfm, ikm, ikmlen, prk); in hkdf_extract()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/
H A Dregression_8000.c327 const uint8_t *ikm; in xtest_test_derivation_hkdf() member
381 xtest_add_attr(&param_count, params, TEE_ATTR_HKDF_IKM, hc->ikm, in xtest_test_derivation_hkdf()
/OK3568_Linux_fs/external/security/rk_tee_user/v1/ta/rk_public_api/
H A Drk_crypto_api.h160 TEE_Result rk_hkdf_genkey(uint8_t *ikm, uint32_t ikm_len,
H A Drk_crypto_api.c2068 TEE_Result rk_hkdf_genkey(uint8_t *ikm, uint32_t ikm_len, in rk_hkdf_genkey() argument
2082 if (ikm == NULL && ikm_len != 0) in rk_hkdf_genkey()
2098 TEE_InitRefAttribute(params, TEE_ATTR_HKDF_IKM, ikm, ikm_len); in rk_hkdf_genkey()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/ta/rk_public_api/
H A Drk_crypto_api.h186 TEE_Result rk_hkdf_genkey(uint8_t *ikm, uint32_t ikm_len,
H A Drk_crypto_api.c2521 TEE_Result rk_hkdf_genkey(uint8_t *ikm, uint32_t ikm_len, in rk_hkdf_genkey() argument
2535 if (ikm == NULL && ikm_len != 0) in rk_hkdf_genkey()
2551 TEE_InitRefAttribute(params, TEE_ATTR_HKDF_IKM, ikm, ikm_len); in rk_hkdf_genkey()