Lines Matching refs:mo
372 struct strcop_meta_out mo = { in create_pad_descriptor() local
397 mo.hashsel = src_dma; in create_pad_descriptor()
398 mo.hashconf = tc->hash_conf; in create_pad_descriptor()
399 mo.hashmode = tc->hash_mode; in create_pad_descriptor()
408 mo.hashsel = src_dma; in create_pad_descriptor()
409 mo.hashconf = tc->hash_conf; in create_pad_descriptor()
410 mo.hashmode = tc->hash_mode; in create_pad_descriptor()
420 mo.csumsel = src_dma; in create_pad_descriptor()
428 cdesc->dma_descr->md = REG_TYPE_CONV(unsigned short int, struct strcop_meta_out, mo); in create_pad_descriptor()
442 struct strcop_meta_out mo = {0}; in setup_key_dl_desc() local
465 mo.dlkey = 1; in setup_key_dl_desc()
468 mo.decrypt = 0; in setup_key_dl_desc()
469 mo.hashmode = 0; in setup_key_dl_desc()
472 mo.decrypt = 0; in setup_key_dl_desc()
473 mo.hashmode = 1; in setup_key_dl_desc()
476 mo.decrypt = 1; in setup_key_dl_desc()
477 mo.hashmode = 0; in setup_key_dl_desc()
480 mo.decrypt = 1; in setup_key_dl_desc()
481 mo.hashmode = 1; in setup_key_dl_desc()
486 mo.ciphsel = mo.hashsel = mo.csumsel = src_none; in setup_key_dl_desc()
487 key_desc->dma_descr->md = REG_TYPE_CONV(unsigned short int, struct strcop_meta_out, mo); in setup_key_dl_desc()
500 struct strcop_meta_out mo = {0}; in setup_cipher_iv_desc() local
513 mo.hashsel = mo.csumsel = src_none; in setup_cipher_iv_desc()
514 mo.ciphsel = src_dma; in setup_cipher_iv_desc()
515 mo.ciphconf = tc->ciph_conf; in setup_cipher_iv_desc()
516 mo.cbcmode = tc->cbcmode; in setup_cipher_iv_desc()
518 iv_desc->dma_descr->md = REG_TYPE_CONV(unsigned short int, struct strcop_meta_out, mo); in setup_cipher_iv_desc()