Home
last modified time | relevance | path

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

/f-stack/freebsd/opencrypto/
H A Dcriov.c247 cc->cc_type = cb->cb_type; in crypto_cursor_init()
248 switch (cc->cc_type) { in crypto_cursor_init()
279 switch (cc->cc_type) { in crypto_cursor_advance()
333 panic("%s: invalid buffer type %d", __func__, cc->cc_type); in crypto_cursor_advance()
342 switch (cc->cc_type) { in crypto_cursor_segbase()
358 panic("%s: invalid buffer type %d", __func__, cc->cc_type); in crypto_cursor_segbase()
367 switch (cc->cc_type) { in crypto_cursor_seglen()
380 panic("%s: invalid buffer type %d", __func__, cc->cc_type); in crypto_cursor_seglen()
395 switch (cc->cc_type) { in crypto_cursor_copyback()
462 panic("%s: invalid buffer type %d", __func__, cc->cc_type); in crypto_cursor_copyback()
[all …]
H A Dcryptodev.h434 enum crypto_buffer_type cc_type; member