Searched defs:plaintext_buf (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/crypto/io/
H A Ddprov.c7921 char *plaintext_buf; local
7979 plaintext_buf = kmem_alloc(wrapped_key_len, KM_SLEEP);
7983 plaintext.cd_raw.iov_base = plaintext_buf;
8005 unwrapped_key.oa_value = plaintext_buf;
8016 unwrapped_key.oa_value = plaintext_buf;
8032 bzero(plaintext_buf, wrapped_key_len);
8033 kmem_free(plaintext_buf, wrapped_key_len);

Completed in 72 milliseconds