Home
last modified time | relevance | path

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

/freebsd-13.1/sys/opencrypto/
H A Dcriov.c306 cc->cc_type = cb->cb_type; in crypto_cursor_init()
307 switch (cc->cc_type) { in crypto_cursor_init()
339 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()
429 panic("%s: invalid buffer type %d", __func__, cc->cc_type); in crypto_cursor_segment()
462 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()
625 panic("%s: invalid buffer type %d", __func__, cc->cc_type); in crypto_cursor_copydata()
H A Dcryptodev.h443 enum crypto_buffer_type cc_type; member