Home
last modified time | relevance | path

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

/linux/arch/sparc/crypto/
H A Daes_glue.c35 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 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.c267 ret = krb5->profile->load_encrypt_keys(krb5, &Ke, &Ki, &keys, GFP_KERNEL); in krb5_test_one_enc()
H A Drfc3961_simplified.c786 .load_encrypt_keys = authenc_load_encrypt_keys,