Searched refs:cc_type (Results 1 – 2 of 2) sorted by relevance
304 cc->cc_type = cb->cb_type; in crypto_cursor_init()305 switch (cc->cc_type) { in crypto_cursor_init()338 switch (cc->cc_type) { in crypto_cursor_advance()397 panic("%s: invalid buffer type %d", __func__, cc->cc_type); in crypto_cursor_advance()406 switch (cc->cc_type) { in crypto_cursor_segment()424 panic("%s: invalid buffer type %d", __func__, cc->cc_type); in crypto_cursor_segment()430 switch (cc->cc_type) { in crypto_cursor_segment()461 switch (cc->cc_type) { in crypto_cursor_copyback()536 panic("%s: invalid buffer type %d", __func__, cc->cc_type); in crypto_cursor_copyback()550 switch (cc->cc_type) { in crypto_cursor_copydata()[all …]
410 enum crypto_buffer_type cc_type; member