Searched defs:outSharedKey (Results 1 – 3 of 3) sorted by relevance
136 … const struct OH_Huks_Blob *huksPublicKey, struct OH_Huks_Blob *outSharedKey) in ImportKekAndAgreeSharedSecret()230 …struct OH_Huks_Blob outSharedKey = {.size = OH_HUKS_KEY_BYTES(OH_HUKS_AES_KEY_SIZE_256), .data = n… in HksImportWrappedKeyTestCommonCase() local
341 struct OH_Huks_Blob* outSharedKey) in ImportKekAndAgreeSharedSecret()425 …struct OH_Huks_Blob outSharedKey = {.size = OH_HUKS_KEY_BYTES(OH_HUKS_AES_KEY_SIZE_256), .data = n… in HksImportWrappedKeyTestCommonCase() local
48 let outSharedKey; variable