Searched refs:crypto_max_buffer_len (Results 1 – 1 of 1) sorted by relevance
148 size_t crypto_max_buffer_len = CRYPTO_MAX_BUFFER_LEN; variable2124 if (param_len > crypto_max_buffer_len) { in copyin_mech()2126 "%ld bytes, pid = %d", crypto_max_buffer_len, in copyin_mech()2274 if (tmp_len > crypto_max_buffer_len) { in copyin_attributes()2276 "than %ld bytes, pid = %d", crypto_max_buffer_len, in copyin_attributes()2375 (CRYPTO_BYTES2BITS(crypto_max_buffer_len))) { in copyin_key()2378 crypto_max_buffer_len, curproc->p_pid); in copyin_key()2785 if (datalen > crypto_max_buffer_len || in cipher()2786 encrlen > crypto_max_buffer_len) { in cipher()2788 "pid = %d", crypto_max_buffer_len, curproc->p_pid); in cipher()[all …]