Lines Matching defs:rctx

401 	struct sun4i_cipher_req_ctx *rctx = skcipher_request_ctx(areq);
403 rctx->mode = SS_OP_AES | SS_CBC | SS_ENABLED | SS_ENCRYPTION |
412 struct sun4i_cipher_req_ctx *rctx = skcipher_request_ctx(areq);
414 rctx->mode = SS_OP_AES | SS_CBC | SS_ENABLED | SS_DECRYPTION |
424 struct sun4i_cipher_req_ctx *rctx = skcipher_request_ctx(areq);
426 rctx->mode = SS_OP_AES | SS_ECB | SS_ENABLED | SS_ENCRYPTION |
435 struct sun4i_cipher_req_ctx *rctx = skcipher_request_ctx(areq);
437 rctx->mode = SS_OP_AES | SS_ECB | SS_ENABLED | SS_DECRYPTION |
447 struct sun4i_cipher_req_ctx *rctx = skcipher_request_ctx(areq);
449 rctx->mode = SS_OP_DES | SS_CBC | SS_ENABLED | SS_ENCRYPTION |
458 struct sun4i_cipher_req_ctx *rctx = skcipher_request_ctx(areq);
460 rctx->mode = SS_OP_DES | SS_CBC | SS_ENABLED | SS_DECRYPTION |
470 struct sun4i_cipher_req_ctx *rctx = skcipher_request_ctx(areq);
472 rctx->mode = SS_OP_DES | SS_ECB | SS_ENABLED | SS_ENCRYPTION |
481 struct sun4i_cipher_req_ctx *rctx = skcipher_request_ctx(areq);
483 rctx->mode = SS_OP_DES | SS_ECB | SS_ENABLED | SS_DECRYPTION |
493 struct sun4i_cipher_req_ctx *rctx = skcipher_request_ctx(areq);
495 rctx->mode = SS_OP_3DES | SS_CBC | SS_ENABLED | SS_ENCRYPTION |
504 struct sun4i_cipher_req_ctx *rctx = skcipher_request_ctx(areq);
506 rctx->mode = SS_OP_3DES | SS_CBC | SS_ENABLED | SS_DECRYPTION |
516 struct sun4i_cipher_req_ctx *rctx = skcipher_request_ctx(areq);
518 rctx->mode = SS_OP_3DES | SS_ECB | SS_ENABLED | SS_ENCRYPTION |
527 struct sun4i_cipher_req_ctx *rctx = skcipher_request_ctx(areq);
529 rctx->mode = SS_OP_3DES | SS_ECB | SS_ENABLED | SS_DECRYPTION |