Searched refs:crypto_cipher_ops (Results 1 – 20 of 20) sorted by relevance
21 static const struct crypto_cipher_ops sm4_ecb_ops;82 static const struct crypto_cipher_ops sm4_ecb_ops = {
23 static const struct crypto_cipher_ops sm4_ctr_ops;84 static const struct crypto_cipher_ops sm4_ctr_ops = {
23 static const struct crypto_cipher_ops sm4_cbc_ops;87 static const struct crypto_cipher_ops sm4_cbc_ops = {
24 static const struct crypto_cipher_ops sm4_xts_ops;97 static const struct crypto_cipher_ops sm4_xts_ops = {
40 static const struct crypto_cipher_ops cts_ops;226 static const struct crypto_cipher_ops cts_ops = {
160 static const struct crypto_cipher_ops *cipher_ops(void *ctx) in cipher_ops()
22 static const struct crypto_cipher_ops mbed_des_ecb_ops;97 static const struct crypto_cipher_ops mbed_des_ecb_ops = {
22 static const struct crypto_cipher_ops mbed_des3_ecb_ops;106 static const struct crypto_cipher_ops mbed_des3_ecb_ops = {
24 static const struct crypto_cipher_ops mbed_des_cbc_ops;101 static const struct crypto_cipher_ops mbed_des_cbc_ops = {
27 static const struct crypto_cipher_ops mbed_aes_ecb_ops;106 static const struct crypto_cipher_ops mbed_aes_ecb_ops = {
24 static const struct crypto_cipher_ops mbed_des3_cbc_ops;108 static const struct crypto_cipher_ops mbed_des3_cbc_ops = {
28 static const struct crypto_cipher_ops mbed_aes_cbc_ops;104 static const struct crypto_cipher_ops mbed_aes_cbc_ops = {
29 static const struct crypto_cipher_ops mbed_aes_ctr_ops;99 static const struct crypto_cipher_ops mbed_aes_ctr_ops = {
22 static const struct crypto_cipher_ops ltc_ctr_ops;88 static const struct crypto_cipher_ops ltc_ctr_ops = {
25 static const struct crypto_cipher_ops ltc_cbc_ops;95 static const struct crypto_cipher_ops ltc_cbc_ops = {
25 static const struct crypto_cipher_ops ltc_ecb_ops;93 static const struct crypto_cipher_ops ltc_ecb_ops = {
26 static const struct crypto_cipher_ops ltc_xts_ops;105 static const struct crypto_cipher_ops ltc_xts_ops = {
16 static const struct crypto_cipher_ops cipher_ops;163 static const struct crypto_cipher_ops cipher_ops = {
146 static struct crypto_cipher_ops aes_ctr_ops = {
150 const struct crypto_cipher_ops *ops;153 struct crypto_cipher_ops { struct
Completed in 17 milliseconds