Searched refs:cra_priority (Results 1 - 25 of 25) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/crypto/
H A Dtwofish.c64 .cra_priority = 200,
H A Daes.c303 .cra_priority = 200,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/crypto/
H A Dtwofish.c64 .cra_priority = 200,
H A Daes.c481 .cra_priority = 200,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/s390/crypto/
H A Ddes_s390.c79 .cra_priority = CRYPT_S390_PRIORITY,
171 .cra_priority = CRYPT_S390_COMPOSITE_PRIORITY,
214 .cra_priority = CRYPT_S390_COMPOSITE_PRIORITY,
285 .cra_priority = CRYPT_S390_PRIORITY,
327 .cra_priority = CRYPT_S390_COMPOSITE_PRIORITY,
371 .cra_priority = CRYPT_S390_COMPOSITE_PRIORITY,
447 .cra_priority = CRYPT_S390_PRIORITY,
489 .cra_priority = CRYPT_S390_COMPOSITE_PRIORITY,
533 .cra_priority = CRYPT_S390_COMPOSITE_PRIORITY,
H A Daes_s390.c121 .cra_priority = CRYPT_S390_PRIORITY,
209 .cra_priority = CRYPT_S390_COMPOSITE_PRIORITY,
304 .cra_priority = CRYPT_S390_COMPOSITE_PRIORITY,
H A Dsha1_s390.c129 .cra_priority = CRYPT_S390_PRIORITY,
H A Dsha256_s390.c125 .cra_priority = CRYPT_S390_PRIORITY,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/crypto/
H A Dapi.c78 if (!exact && !(fuzzy && q->cra_priority > best))
84 best = q->cra_priority;
119 larval->alg.cra_priority = -1;
H A Dproc.c58 seq_printf(m, "priority : %d\n", alg->cra_priority);
H A Decb.c138 inst->alg.cra_priority = alg->cra_priority;
H A Dtwofish.c185 .cra_priority = 100,
H A Dcryptd.c210 inst->alg.cra_priority = alg->cra_priority + 50;
H A Dhmac.c220 inst->alg.cra_priority = alg->cra_priority;
H A Dlrw.c251 inst->alg.cra_priority = alg->cra_priority;
H A Dalgapi.c72 if (alg->cra_priority < 0)
175 q->cra_priority > alg->cra_priority)
H A Dcbc.c298 inst->alg.cra_priority = alg->cra_priority;
H A Dpcbc.c302 inst->alg.cra_priority = alg->cra_priority;
H A Dxcbc.c318 inst->alg.cra_priority = alg->cra_priority;
H A Daes.c422 .cra_priority = 100,
H A Dcamellia.c1766 .cra_priority = 100,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/crypto/
H A Dpadlock-sha.c215 .cra_priority = PADLOCK_CRA_PRIORITY,
237 .cra_priority = PADLOCK_CRA_PRIORITY,
H A Dgeode-aes.c200 .cra_priority = 300,
282 .cra_priority = 400,
359 .cra_priority = 400,
H A Dpadlock-aes.c458 .cra_priority = PADLOCK_CRA_PRIORITY,
523 .cra_priority = PADLOCK_COMPOSITE_PRIORITY,
591 .cra_priority = PADLOCK_COMPOSITE_PRIORITY,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dcrypto.h230 int cra_priority; member in struct:crypto_alg
429 return tfm->__crt_alg->cra_priority;

Completed in 226 milliseconds