Searched refs:encrypted_buf (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftKeystoreUtil.c2335 uchar_t *encrypted_buf, *prepared_buf; local
2350 encrypted_buf = malloc(out_len * sizeof (char));
2351 if (encrypted_buf == NULL) {
2358 encrypted_buf, &out_len) != CKR_OK) {
2359 free(encrypted_buf);
2367 if (soft_keystore_hmac(hmac_key, B_TRUE, encrypted_buf,
2369 free(encrypted_buf);
2374 free(encrypted_buf);
2381 free(encrypted_buf);
2386 if (writen_nointr(obj_fd, (void *)encrypted_buf, out_le
2584 uchar_t *encrypted_buf, *prepared_buf; local
[all...]

Completed in 61 milliseconds