Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/crypto/io/
H A Drsa.c171 #define RSA_ARG_INPLACE(input, output) \ macro
532 RSA_ARG_INPLACE(plaintext, ciphertext); in rsaprov_encrypt()
560 RSA_ARG_INPLACE(plaintext, ciphertext); in rsa_encrypt_atomic()
704 RSA_ARG_INPLACE(ciphertext, plaintext); in rsaprov_decrypt()
727 RSA_ARG_INPLACE(ciphertext, plaintext); in rsa_decrypt_atomic()