OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:txform
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/netipsec/
xform_esp.c
182
const struct enc_xform *
txform
;
local
187
txform
= esp_algorithm_lookup(sav->alg_enc);
188
if (
txform
== NULL) {
195
txform
->name);
203
if (
txform
->minkey > keylen || keylen >
txform
->maxkey) {
206
keylen,
txform
->minkey,
txform
->maxkey,
txform
->name);
210
sav->ivlen =
txform
->ivsize
[
all
...]
/src/sys/opencrypto/
cryptodev.c
115
const struct enc_xform *
txform
;
member in struct:csession
539
if (cse->
txform
) {
540
if (cop->len < cse->
txform
->blocksize
541
+ (cop->iv ? 0 : cse->
txform
->ivsize) ||
542
(cop->len - (cop->iv ? 0 : cse->
txform
->ivsize))
543
% cse->
txform
->blocksize != 0)
547
if (cse->tcomp == NULL && cse->
txform
== NULL && cse->thash == NULL)
562
+ (cse->
txform
!= NULL) + (cse->thash != NULL));
570
/* crds are always ordered tcomp, thash, then
txform
*/
583
if (cse->
txform
&& crda
1505
const struct enc_xform *
txform
= NULL;
local
[
all
...]
Completed in 18 milliseconds
Indexes created Wed May 20 00:24:30 UTC 2026