Lines Matching defs:rctx
388 struct sun4i_cipher_req_ctx *rctx = skcipher_request_ctx(areq);
390 rctx->mode = SS_OP_AES | SS_CBC | SS_ENABLED | SS_ENCRYPTION |
399 struct sun4i_cipher_req_ctx *rctx = skcipher_request_ctx(areq);
401 rctx->mode = SS_OP_AES | SS_CBC | SS_ENABLED | SS_DECRYPTION |
411 struct sun4i_cipher_req_ctx *rctx = skcipher_request_ctx(areq);
413 rctx->mode = SS_OP_AES | SS_ECB | SS_ENABLED | SS_ENCRYPTION |
422 struct sun4i_cipher_req_ctx *rctx = skcipher_request_ctx(areq);
424 rctx->mode = SS_OP_AES | SS_ECB | SS_ENABLED | SS_DECRYPTION |
434 struct sun4i_cipher_req_ctx *rctx = skcipher_request_ctx(areq);
436 rctx->mode = SS_OP_DES | SS_CBC | SS_ENABLED | SS_ENCRYPTION |
445 struct sun4i_cipher_req_ctx *rctx = skcipher_request_ctx(areq);
447 rctx->mode = SS_OP_DES | SS_CBC | SS_ENABLED | SS_DECRYPTION |
457 struct sun4i_cipher_req_ctx *rctx = skcipher_request_ctx(areq);
459 rctx->mode = SS_OP_DES | SS_ECB | SS_ENABLED | SS_ENCRYPTION |
468 struct sun4i_cipher_req_ctx *rctx = skcipher_request_ctx(areq);
470 rctx->mode = SS_OP_DES | SS_ECB | SS_ENABLED | SS_DECRYPTION |
480 struct sun4i_cipher_req_ctx *rctx = skcipher_request_ctx(areq);
482 rctx->mode = SS_OP_3DES | SS_CBC | SS_ENABLED | SS_ENCRYPTION |
491 struct sun4i_cipher_req_ctx *rctx = skcipher_request_ctx(areq);
493 rctx->mode = SS_OP_3DES | SS_CBC | SS_ENABLED | SS_DECRYPTION |
503 struct sun4i_cipher_req_ctx *rctx = skcipher_request_ctx(areq);
505 rctx->mode = SS_OP_3DES | SS_ECB | SS_ENABLED | SS_ENCRYPTION |
514 struct sun4i_cipher_req_ctx *rctx = skcipher_request_ctx(areq);
516 rctx->mode = SS_OP_3DES | SS_ECB | SS_ENABLED | SS_DECRYPTION |