Searched refs:cc_type (Results 1 – 2 of 2) sorted by relevance
305 cc->cc_type = cb->cb_type; in crypto_cursor_init()306 switch (cc->cc_type) { in crypto_cursor_init()339 switch (cc->cc_type) { in crypto_cursor_advance()398 panic("%s: invalid buffer type %d", __func__, cc->cc_type); in crypto_cursor_advance()407 switch (cc->cc_type) { in crypto_cursor_segment()425 panic("%s: invalid buffer type %d", __func__, cc->cc_type); in crypto_cursor_segment()431 switch (cc->cc_type) { in crypto_cursor_segment()462 switch (cc->cc_type) { in crypto_cursor_copyback()537 panic("%s: invalid buffer type %d", __func__, cc->cc_type); in crypto_cursor_copyback()551 switch (cc->cc_type) { in crypto_cursor_copydata()[all …]
410 enum crypto_buffer_type cc_type; member