Home
last modified time | relevance | path

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

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