Searched refs:load_encrypt_keys (Results 1 – 6 of 6) sorted by relevance
| /linux-6.15/arch/sparc/crypto/ |
| H A D | aes_glue.c | 38 void (*load_encrypt_keys)(const u64 *key); member 132 .load_encrypt_keys = aes_sparc64_load_encrypt_keys_128, 144 .load_encrypt_keys = aes_sparc64_load_encrypt_keys_192, 156 .load_encrypt_keys = aes_sparc64_load_encrypt_keys_256, 231 ctx->ops->load_encrypt_keys(&ctx->key[0]); in ecb_encrypt() 280 ctx->ops->load_encrypt_keys(&ctx->key[0]); in cbc_encrypt() 346 ctx->ops->load_encrypt_keys(&ctx->key[0]); in ctr_crypt()
|
| /linux-6.15/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 | 265 ret = krb5->profile->load_encrypt_keys(krb5, &Ke, &Ki, &keys, GFP_KERNEL); in krb5_test_one_enc()
|
| H A D | rfc3961_simplified.c | 785 .load_encrypt_keys = authenc_load_encrypt_keys,
|