Lines Matching defs:cipher_alg
731 struct cipher_alg {
757 static struct cipher_alg cipher_algs[] = {
961 static struct cipher_alg *
967 struct cipher_alg *alg = &cipher_algs[i];
976 static struct cipher_alg *
982 struct cipher_alg *alg = &cipher_algs[i];
1191 struct cipher_alg *cipher_alg;
1198 cipher_alg = cipher_alg_find(t[1]);
1199 CHECK(cipher_alg, "Unsupported cipher algorithm");
1201 key_size = cipher_alg->key_size;
1202 p->crypto.cipher_auth.cipher.alg = cipher_alg->alg;
1436 struct cipher_alg *cipher_alg;
1440 cipher_alg = cipher_alg_find_by_id(p->crypto.cipher_auth.cipher.alg,
1442 if (!cipher_alg)
1475 auth_iv_length = cipher_alg->iv_size;
1487 xform[0].cipher.iv.length = cipher_alg->iv_size;
1517 xform[1].cipher.iv.length = cipher_alg->iv_size;