Lines Matching defs:espx
304 const struct enc_xform *espx;
329 espx = sav->tdb_encalgxform;
330 KASSERT(espx != NULL);
348 KASSERT((espx->blocksize & 3) == 0);
349 if ((plen & (espx->blocksize - 1)) || (plen <= 0)) {
352 " SA %s/%08lx\n", plen, espx->blocksize,
409 if (espx->type == CRYPTO_AES_GCM_16)
416 if (espx->type == CRYPTO_AES_GCM_16 ||
417 espx->type == CRYPTO_AES_GMAC) {
469 if (espx->type == CRYPTO_AES_GMAC)
474 crde->crd_alg = espx->type;
682 const struct enc_xform *espx;
696 espx = sav->tdb_encalgxform;
697 KASSERT(espx != NULL);
711 blks = espx->blocksize; /* IV blocksize */
853 if (espx->type == CRYPTO_AES_GMAC)
859 crde->crd_alg = espx->type;
913 if (espx->type == CRYPTO_AES_GCM_16)
921 if (espx->type == CRYPTO_AES_GCM_16 ||
922 espx->type == CRYPTO_AES_GMAC) {