Home
last modified time | relevance | path

Searched refs:crypto_encrypt_single (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/uts/common/crypto/api/
H A Dkcf_cipher.c852 crypto_encrypt_single(crypto_context_t context, crypto_data_t *plaintext, in crypto_encrypt_single() function
/titanic_50/usr/src/uts/common/sys/crypto/
H A Dimpl.h1248 extern int crypto_encrypt_single(crypto_context_t, crypto_data_t *,
/titanic_50/usr/src/uts/common/crypto/io/
H A Dcrypto.c2726 return (cipher(dev, arg, mode, crypto_encrypt_single)); in encrypt()
2825 ctxpp = (single == crypto_encrypt_single) ? in cipher()
H A Ddprov.c6189 error = crypto_encrypt_single(DPROV_CTX_SINGLE(ctx), in dprov_cipher_task()