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 D | hkdf.h | 74 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 D | hkdf.h | 74 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 D | hkdf.h | 74 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 D | hkdf.h | 74 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 D | hkdf.c | 48 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 D | regression_8000.c | 327 const uint8_t *ikm; in xtest_test_derivation_hkdf() member 381 xtest_add_attr(¶m_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 D | rk_crypto_api.h | 160 TEE_Result rk_hkdf_genkey(uint8_t *ikm, uint32_t ikm_len,
|
| H A D | rk_crypto_api.c | 2068 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 D | rk_crypto_api.h | 186 TEE_Result rk_hkdf_genkey(uint8_t *ikm, uint32_t ikm_len,
|
| H A D | rk_crypto_api.c | 2521 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()
|