Home
last modified time | relevance | path

Searched refs:load_encrypt_keys (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/arch/sparc/crypto/
H A Daes_glue.c38 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 Dinternal.h53 int (*load_encrypt_keys)(const struct krb5_enctype *krb5, member
H A Drfc6803_camellia.c184 .load_encrypt_keys = authenc_load_encrypt_keys,
H A Drfc8009_aes2.c309 .load_encrypt_keys = authenc_load_encrypt_keys,
H A Dselftest.c265 ret = krb5->profile->load_encrypt_keys(krb5, &Ke, &Ki, &keys, GFP_KERNEL); in krb5_test_one_enc()
H A Drfc3961_simplified.c785 .load_encrypt_keys = authenc_load_encrypt_keys,