Searched refs:load_encrypt_keys (Results 1 – 6 of 6) sorted by relevance
| /linux/arch/sparc/crypto/ |
| H A D | aes_glue.c | 35 void (*load_encrypt_keys)(const u64 *key); member 57 .load_encrypt_keys = aes_sparc64_load_encrypt_keys_128, 67 .load_encrypt_keys = aes_sparc64_load_encrypt_keys_192, 77 .load_encrypt_keys = aes_sparc64_load_encrypt_keys_256, 129 ctx->ops->load_encrypt_keys(&ctx->key[0]); in ecb_encrypt() 178 ctx->ops->load_encrypt_keys(&ctx->key[0]); in cbc_encrypt() 244 ctx->ops->load_encrypt_keys(&ctx->key[0]); in ctr_crypt()
|
| /linux/crypto/krb5/ |
| H A D | internal.h | 53 int (*load_encrypt_keys)(const struct krb5_enctype *krb5, member
|
| H A D | rfc6803_camellia.c | 184 .load_encrypt_keys = authenc_load_encrypt_keys,
|
| H A D | rfc8009_aes2.c | 309 .load_encrypt_keys = authenc_load_encrypt_keys,
|
| H A D | selftest.c | 267 ret = krb5->profile->load_encrypt_keys(krb5, &Ke, &Ki, &keys, GFP_KERNEL); in krb5_test_one_enc()
|
| H A D | rfc3961_simplified.c | 786 .load_encrypt_keys = authenc_load_encrypt_keys,
|