Lines Matching refs:crypto_sync_skcipher
74 u32 (*encrypt) (struct crypto_sync_skcipher *tfm,
77 u32 (*decrypt) (struct crypto_sync_skcipher *tfm,
101 struct crypto_sync_skcipher *enc;
102 struct crypto_sync_skcipher *seq;
103 struct crypto_sync_skcipher *acceptor_enc;
104 struct crypto_sync_skcipher *initiator_enc;
105 struct crypto_sync_skcipher *acceptor_enc_aux;
106 struct crypto_sync_skcipher *initiator_enc_aux;
261 krb5_encrypt(struct crypto_sync_skcipher *key,
265 krb5_decrypt(struct crypto_sync_skcipher *key,
269 gss_encrypt_xdr_buf(struct crypto_sync_skcipher *tfm, struct xdr_buf *outbuf,
273 gss_decrypt_xdr_buf(struct crypto_sync_skcipher *tfm, struct xdr_buf *inbuf,
278 struct crypto_sync_skcipher *key,