Searched refs:a_str (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/target/iscsi/ |
H A D | iscsi_target_auth.c | 85 static int chap_check_algorithm(const char *a_str) in chap_check_algorithm() argument 91 tmp = kstrdup(a_str, GFP_KERNEL); in chap_check_algorithm() 140 const char *a_str, in chap_server_open() 159 digest_type = chap_check_algorithm(a_str); in chap_server_open() 137 chap_server_open( struct iscsi_conn *conn, struct iscsi_node_auth *auth, const char *a_str, char *aic_str, unsigned int *aic_len) chap_server_open() argument
|
/kernel/linux/linux-6.6/drivers/target/iscsi/ |
H A D | iscsi_target_auth.c | 85 static int chap_check_algorithm(const char *a_str) in chap_check_algorithm() argument 91 tmp = kstrdup(a_str, GFP_KERNEL); in chap_check_algorithm() 140 const char *a_str, in chap_server_open() 159 digest_type = chap_check_algorithm(a_str); in chap_server_open() 137 chap_server_open( struct iscsit_conn *conn, struct iscsi_node_auth *auth, const char *a_str, char *aic_str, unsigned int *aic_len) chap_server_open() argument
|
Completed in 2 milliseconds