Searched refs:crypto_max_buffer_len (Results 1 – 1 of 1) sorted by relevance
156 size_t crypto_max_buffer_len = CRYPTO_MAX_BUFFER_LEN; variable2160 if (param_len > crypto_max_buffer_len) { in copyin_mech()2162 "%ld bytes, pid = %d", crypto_max_buffer_len, in copyin_mech()2310 if (tmp_len > crypto_max_buffer_len) { in copyin_attributes()2312 "than %ld bytes, pid = %d", crypto_max_buffer_len, in copyin_attributes()2411 (CRYPTO_BYTES2BITS(crypto_max_buffer_len))) { in copyin_key()2414 crypto_max_buffer_len, curproc->p_pid); in copyin_key()2822 if (datalen > crypto_max_buffer_len || in cipher()2823 encrlen > crypto_max_buffer_len) { in cipher()2825 "pid = %d", crypto_max_buffer_len, curproc->p_pid); in cipher()[all …]