Home
last modified time | relevance | path

Searched refs:CIPHER_ALG_AES (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/crypto/bcm/
H A Dcipher.c1572 if (ctx->cipher.alg == CIPHER_ALG_AES) { in handle_aead_resp()
1840 case CIPHER_ALG_AES: in skcipher_setkey()
1854 if ((ctx->cipher.alg == CIPHER_ALG_AES) && in skcipher_setkey()
2555 ctx->cipher.alg == CIPHER_ALG_AES && in aead_need_fallback()
2800 case CIPHER_ALG_AES: in aead_authenc_setkey()
3078 .alg = CIPHER_ALG_AES,
3101 .alg = CIPHER_ALG_AES,
3124 .alg = CIPHER_ALG_AES,
3147 .alg = CIPHER_ALG_AES,
3170 .alg = CIPHER_ALG_AES,
[all …]
H A Dspu2.c165 case CIPHER_ALG_AES: in spu2_cipher_xlate()
785 if ((cipher_alg == CIPHER_ALG_AES) && in spu2_ctx_max_payload()
980 (cipher_parms->alg == CIPHER_ALG_AES) && in spu2_create_request()
990 (cipher_parms->alg == CIPHER_ALG_AES) && in spu2_create_request()
H A Dspu.h27 CIPHER_ALG_AES = 0x4, enumerator
H A Dutil.c299 case CIPHER_ALG_AES: in spu_alg_name()
H A Dspu.c225 case CIPHER_ALG_AES: in spum_dump_msg_hdr()