Searched refs:is_esp (Results 1 - 6 of 6) sorted by relevance

/linux-master/drivers/crypto/bcm/
H A Dspu.h111 bool is_esp; member in struct:spu_request_opts
274 bool is_esp);
H A Dcipher.h194 bool is_esp; member in struct:iproc_ctx_s
401 bool is_encrypt, bool is_esp);
H A Dspu2.h214 bool is_encrypt, bool is_esp);
H A Dspu2.c1002 flow_log(" is_esp: %s\n", req_opts->is_esp ? "yes" : "no");
1348 * @is_esp: true if this is an ESP / RFC4309 operation
1354 bool is_encrypt, bool is_esp)
1363 if (is_esp)
1351 spu2_ccm_update_iv(unsigned int digestsize, struct spu_cipher_parms *cipher_parms, unsigned int assoclen, unsigned int chunksize, bool is_encrypt, bool is_esp) argument
H A Dcipher.c1298 req_opts.is_esp = ctx->is_esp;
1320 if (ctx->is_esp && !ctx->is_rfc4543) {
1394 ctx->is_esp);
2687 flow_log(" is_esp: %s\n", ctx->is_esp ? "yes" : "no");
2826 if (!ctx->is_esp)
2911 ctx->is_esp = true;
2943 ctx->is_esp = true;
2975 ctx->is_esp
[all...]
H A Dspu.c1138 * @is_esp: true if this is an ESP / RFC4309 operation
1146 bool is_esp)
1179 if (is_esp) {
1141 spum_ccm_update_iv(unsigned int digestsize, struct spu_cipher_parms *cipher_parms, unsigned int assoclen, unsigned int chunksize, bool is_encrypt, bool is_esp) argument

Completed in 144 milliseconds