Searched refs:txform (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/opencrypto/
H A Dcryptodev.c276 struct enc_xform *txform; member in struct:csession
386 struct enc_xform *txform = NULL; local
417 txform = &enc_xform_des;
420 txform = &enc_xform_3des;
423 txform = &enc_xform_blf;
426 txform = &enc_xform_cast5;
429 txform = &enc_xform_skipjack;
432 txform = &enc_xform_rijndael128;
435 txform = &enc_xform_aes_xts;
438 txform
1378 csecreate(struct fcrypt *fcr, u_int64_t sid, caddr_t key, u_int64_t keylen, caddr_t mackey, u_int64_t mackeylen, u_int32_t cipher, u_int32_t mac, struct enc_xform *txform, struct auth_hash *thash) argument
[all...]
/freebsd-11-stable/sys/netipsec/
H A Dxform_esp.c140 const struct enc_xform *txform; local
145 txform = enc_algorithm_lookup(sav->alg_enc);
146 if (txform == NULL) {
153 __func__, txform->name));
188 if (txform->minkey > keylen || keylen > txform->maxkey) {
191 keylen, txform->minkey, txform->maxkey,
192 txform->name));
199 sav->ivlen = txform
[all...]

Completed in 391 milliseconds