Searched refs:OH_Huks_InitSession (Results 1 - 3 of 3) sorted by relevance
/base/security/huks/interfaces/kits/c/include/ |
H A D | native_huks_api.h | 309 struct OH_Huks_Result OH_Huks_InitSession(const struct OH_Huks_Blob *keyAlias,
316 * @param handle Indicates the pointer to the key session handle, which is generated by {@link OH_Huks_InitSession}.
342 * @see OH_Huks_InitSession
352 * @param handle Indicates the pointer to the key session handle, which is generated by {@link OH_Huks_InitSession}.
377 * @see OH_Huks_InitSession
387 * @param handle Indicates the pointer to the key session handle, which is generated by {@link OH_Huks_InitSession}.
402 * @see OH_Huks_InitSession
|
/base/security/huks/interfaces/kits/c/src/ |
H A D | native_huks_api.c | 104 struct OH_Huks_Result OH_Huks_InitSession(const struct OH_Huks_Blob *keyAlias,
in OH_Huks_InitSession() function
|
/base/security/huks/test/unittest/huks_standard_test/three_stage_test/src/asymmetric_alg_test/ |
H A D | hks_sm2_cipher_test.cpp | 590 OH_Huks_Result ret = OH_Huks_InitSession(keyAlias, (OH_Huks_ParamSet *) encryptParamSet, &handleEncrypt, nullptr); in HksSm2CipherTestEncryptByNdk() 611 OH_Huks_Result ret = OH_Huks_InitSession(keyAlias, decryptParamSet, &handleDecrypt, nullptr); in HksSm2CipherTestDecryptByNdk()
|
Completed in 3 milliseconds