Home
last modified time | relevance | path

Searched refs:krp_op (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/mips/nlm/dev/sec/
H A Dnlmrsa.c121 printf("krp->krp_op :%d\n", krp->krp_op); in print_krp_params()
441 switch (krp->krp_op) { in xlp_rsa_kprocess()
447 device_printf(dev, "Op:%d not yet supported\n", krp->krp_op); in xlp_rsa_kprocess()
/f-stack/freebsd/opencrypto/
H A Dcrypto.c1504 return (cap->cc_kalg[krp->krp_op] & CRYPTO_ALG_FLAG_SUPPORTED) != 0; in kdriver_suitable()
2231 , krp->krp_op in DB_SHOW_COMMAND()
2245 , krp->krp_op in DB_SHOW_COMMAND()
H A Dcryptodev.h617 u_int krp_op; /* ie. CRK_MOD_EXP or other */ member
H A Dcryptodev.c1253 krp->krp_op = kop->crk_op; in cryptodev_key()