Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching defs:alg

56 	enum crypto_hash_alg alg;
66 struct crypto_hash * crypto_hash_init(enum crypto_hash_alg alg, const u8 *key,
78 ctx->alg = alg;
80 switch (alg) {
137 switch (ctx->alg) {
163 switch (ctx->alg) {
231 enum crypto_cipher_alg alg;
252 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg,
262 ctx->alg = alg;
264 switch (alg) {
314 switch (ctx->alg) {
365 switch (ctx->alg) {
411 switch (ctx->alg) {