Binary key support

This commit is contained in:
Jim Norman
2005-12-10 04:47:37 +00:00
parent f0946f22d5
commit 08038f4b7f
5 changed files with 36 additions and 10 deletions

View File

@@ -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);
}