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

/freebsd-10.0-release/sys/opencrypto/
H A Dcryptodev.c263 struct enc_xform *txform; member in struct:csession
377 struct enc_xform *txform = NULL; local
408 txform = &enc_xform_des;
411 txform = &enc_xform_3des;
414 txform = &enc_xform_blf;
417 txform = &enc_xform_cast5;
420 txform = &enc_xform_skipjack;
423 txform = &enc_xform_rijndael128;
426 txform = &enc_xform_aes_xts;
429 txform
1041 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-10.0-release/sys/netipsec/
H A Dxform_esp.c164 struct enc_xform *txform; local
169 txform = esp_algorithm_lookup(sav->alg_enc);
170 if (txform == NULL) {
177 __func__, txform->name));
186 if (txform->minkey > keylen || keylen > txform->maxkey) {
189 keylen, txform->minkey, txform->maxkey,
190 txform->name));
200 sav->ivlen = (txform
[all...]

Completed in 78 milliseconds