Home
last modified time | relevance | path

Searched refs:clear_key_val (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelKeys.c1754 CK_BYTE *clear_key_val = NULL; in C_UnwrapKey() local
1807 clear_key_val = malloc(ulWrappedKeyLen); in C_UnwrapKey()
1808 if (clear_key_val == NULL) { in C_UnwrapKey()
1821 ulWrappedKeyLen, clear_key_val, &ulDataLen); in C_UnwrapKey()
1834 newTemplate[ulAttributeCount].pValue = clear_key_val; in C_UnwrapKey()
1840 (void) free(clear_key_val); in C_UnwrapKey()
1959 if (clear_key_val != NULL) in C_UnwrapKey()
1960 (void) free(clear_key_val); in C_UnwrapKey()