/src/sys/netipsec/ |
xform_esp.c | 182 const struct enc_xform *txform; local in function:esp_init 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...] |
xform_esp.c | 182 const struct enc_xform *txform; local in function:esp_init 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 | 111 const struct enc_xform *txform; member in struct:csession 466 if (cse->txform) { 467 if (cop->len < cse->txform->blocksize 468 + (cop->iv ? 0 : cse->txform->ivsize) || 469 (cop->len - (cop->iv ? 0 : cse->txform->ivsize)) 470 % cse->txform->blocksize != 0) 474 if (cse->tcomp == NULL && cse->txform == NULL && cse->thash == NULL) 505 crp = crypto_getreq((cse->tcomp != NULL) + (cse->txform != NULL) + (cse->thash != NULL)); 512 /* crds are always ordered tcomp, thash, then txform */ 525 if (cse->txform && crda 1460 const struct enc_xform *txform = NULL; local in function:cryptodev_session [all...] |
cryptodev.c | 111 const struct enc_xform *txform; member in struct:csession 466 if (cse->txform) { 467 if (cop->len < cse->txform->blocksize 468 + (cop->iv ? 0 : cse->txform->ivsize) || 469 (cop->len - (cop->iv ? 0 : cse->txform->ivsize)) 470 % cse->txform->blocksize != 0) 474 if (cse->tcomp == NULL && cse->txform == NULL && cse->thash == NULL) 505 crp = crypto_getreq((cse->tcomp != NULL) + (cse->txform != NULL) + (cse->thash != NULL)); 512 /* crds are always ordered tcomp, thash, then txform */ 525 if (cse->txform && crda 1460 const struct enc_xform *txform = NULL; local in function:cryptodev_session [all...] |