Searched refs:cc_type (Results 1 – 2 of 2) sorted by relevance
302 cc->cc_type = cb->cb_type; in crypto_cursor_init()303 switch (cc->cc_type) { in crypto_cursor_init()336 switch (cc->cc_type) { in crypto_cursor_advance()395 panic("%s: invalid buffer type %d", __func__, cc->cc_type); in crypto_cursor_advance()404 switch (cc->cc_type) { in crypto_cursor_segment()422 panic("%s: invalid buffer type %d", __func__, cc->cc_type); in crypto_cursor_segment()428 switch (cc->cc_type) { in crypto_cursor_segment()459 switch (cc->cc_type) { in crypto_cursor_copyback()534 panic("%s: invalid buffer type %d", __func__, cc->cc_type); in crypto_cursor_copyback()548 switch (cc->cc_type) { in crypto_cursor_copydata()[all …]
410 enum crypto_buffer_type cc_type; member