Home
last modified time | relevance | path

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

/freebsd/sys/opencrypto/
H A Dcriov.c304 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 …]
H A Dcryptodev.h410 enum crypto_buffer_type cc_type; member