Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelKeys.c1759 CK_BYTE *clear_key_val = NULL; in C_UnwrapKey() local
1812 clear_key_val = malloc(ulWrappedKeyLen); in C_UnwrapKey()
1813 if (clear_key_val == NULL) { in C_UnwrapKey()
1826 ulWrappedKeyLen, clear_key_val, &ulDataLen); in C_UnwrapKey()
1839 newTemplate[ulAttributeCount].pValue = clear_key_val; in C_UnwrapKey()
1845 (void) free(clear_key_val); in C_UnwrapKey()
1964 if (clear_key_val != NULL) in C_UnwrapKey()
1965 (void) free(clear_key_val); in C_UnwrapKey()