Home
last modified time | relevance | path

Searched refs:std_bodies (Results 1 – 5 of 5) sorted by relevance

/drivers/crypto/ccree/
Dcc_driver.c46 int std_bodies; member
68 .pidr_0124 = 0x040BB0D0U, .std_bodies = CC_STD_OSCCA
73 .pidr_0124 = 0x040BB0D0U, .std_bodies = CC_STD_ALL
78 .std_bodies = CC_STD_ALL
83 .std_bodies = CC_STD_ALL
88 .std_bodies = CC_STD_ALL
287 new_drvdata->std_bodies = hw_rev->std_bodies; in init_cc_resources()
415 if (new_drvdata->std_bodies & CC_STD_NIST) { in init_cc_resources()
417 new_drvdata->std_bodies = CC_STD_OSCCA; in init_cc_resources()
433 if (new_drvdata->std_bodies & CC_STD_NIST) in init_cc_resources()
Dcc_driver.h161 int std_bodies; member
Dcc_cipher.c1666 !(drvdata->std_bodies & skcipher_algs[alg].std_body) || in cc_cipher_alloc()
Dcc_hash.c2047 !(drvdata->std_bodies & driver_hash[alg].std_body)) in cc_hash_alloc()
Dcc_aead.c2701 !(drvdata->std_bodies & aead_algs[alg].std_body)) in cc_aead_alloc()