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

/illumos-gate/usr/src/uts/common/crypto/io/
H A Dcrypto.c110 static int crypto_buffer_check(size_t);
132 * crypto_buffer_check() calls. The preapproval is done when a new session
257 (rctl_chk = B_TRUE, crypto_buffer_check(need)))
1435 if ((rv = crypto_buffer_check(need)) != CRYPTO_SUCCESS) {
1858 if ((rv = crypto_buffer_check(new_allocation - current_allocation)) !=
1968 if ((rv = crypto_buffer_check(crypto_pre_approved_limit)) !=
6739 crypto_buffer_check(size_t need) function

Completed in 61 milliseconds