Home
last modified time | relevance | path

Searched refs:CHAP_BUF_SIZE (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.6/drivers/nvme/host/
Dauth.c16 #define CHAP_BUF_SIZE 4096 macro
126 if (size > CHAP_BUF_SIZE) { in nvme_auth_set_dhchap_negotiate_data()
161 if (size > CHAP_BUF_SIZE) { in nvme_auth_process_dhchap_challenge()
302 if (size > CHAP_BUF_SIZE) { in nvme_auth_set_dhchap_reply_data()
347 if (size > CHAP_BUF_SIZE) { in nvme_auth_process_dhchap_success1()
721 memset(chap->buf, 0, CHAP_BUF_SIZE); in nvme_queue_auth_work()
722 ret = nvme_auth_submit(ctrl, chap->qid, chap->buf, CHAP_BUF_SIZE, in nvme_queue_auth_work()
788 memset(chap->buf, 0, CHAP_BUF_SIZE); in nvme_queue_auth_work()
789 ret = nvme_auth_submit(ctrl, chap->qid, chap->buf, CHAP_BUF_SIZE, in nvme_queue_auth_work()
1019 CHAP_BUF_SIZE, 0, SLAB_HWCACHE_ALIGN, NULL); in nvme_init_auth()