Home
last modified time | relevance | path

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

/openbmc/linux/drivers/target/iscsi/
H A Discsi_target_auth.c211 static int chap_base64_decode(u8 *dst, const char *src, size_t len) in chap_base64_decode() function
343 if (chap_base64_decode(client_digest, chap_r, strlen(chap_r)) != in chap_server_compute_hash()
475 initiatorchg_len = chap_base64_decode(initiatorchg_binhex, in chap_server_compute_hash()