Binary key support
This commit is contained in:
@@ -1603,7 +1603,7 @@ miCASAWriteBinaryKey
|
||||
SS_UTF8_T * key,
|
||||
uint32_t keyLen,
|
||||
uint8_t * val,
|
||||
uint32_t valLen,
|
||||
uint32_t * valLen,
|
||||
SSCS_PASSWORD_T * epPassword,
|
||||
SSCS_EXT_T * ext
|
||||
)
|
||||
@@ -1673,7 +1673,7 @@ miCASAWriteBinaryKey
|
||||
escapedSHSKey,
|
||||
sscs_Utf8Strlen(escapedSHSKey),
|
||||
val,
|
||||
valLen,
|
||||
*valLen,
|
||||
epPassword,
|
||||
ext);
|
||||
|
||||
@@ -2907,11 +2907,11 @@ miCASASetCredential
|
||||
context,
|
||||
ssFlags,
|
||||
&kc,
|
||||
sharedSecretID,
|
||||
appSecretID,
|
||||
binaryCred->id,
|
||||
binaryCred->idLen,
|
||||
binaryCred->data,
|
||||
*binaryCred->dataLen,
|
||||
binaryCred->dataLen,
|
||||
NULL,
|
||||
ext);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user