Searched defs:to (Results 1 - 2 of 2) sorted by relevance

/solaris-userland/components/openssl/common/engines/pkcs11/
H A De_pk11.c34 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
126 * We use this lock to prevent multiple C_Login()s, guard getpassphrase(),
136 * We cache the flags so that we do not have to run C_GetTokenInfo() again when
145 * grouped together to form one atomic search operation. This is already
169 * to use for other sessions. These other sessions may be opened or closed
296 static int pk11_digest_copy(EVP_MD_CTX *to, const EVP_MD_CTX *from);
401 * Structure to be used for the cipher_data/md_data in
402 * EVP_CIPHER_CTX/EVP_MD_CTX structures in order to use the same pk11
411 * libcrypto EVP stuff - this is how we get wired to EVP so the engine gets
447 * get_asn1_parameters fields are set to NUL
2767 pk11_digest_copy(EVP_MD_CTX *to, const EVP_MD_CTX *from) argument
[all...]
H A De_pk11_pub.c34 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
109 * During the reinitialization after a detected fork we will try to login to the
117 unsigned char *to, RSA *rsa, int padding);
119 unsigned char *to, RSA *rsa, int padding);
121 unsigned char *to, RSA *rsa, int padding);
123 unsigned char *to, RSA *rsa, int padding);
137 unsigned char *to, RSA *rsa);
139 unsigned char *to, RSA *rsa);
141 unsigned char *to, RS
464 pk11_RSA_public_encrypt(int flen, const unsigned char *from, unsigned char *to, RSA *rsa, int padding) argument
515 pk11_RSA_private_encrypt(int flen, const unsigned char *from, unsigned char *to, RSA *rsa, int padding) argument
555 pk11_RSA_private_decrypt(int flen, const unsigned char *from, unsigned char *to, RSA *rsa, int padding) argument
643 pk11_RSA_public_decrypt(int flen, const unsigned char *from, unsigned char *to, RSA *rsa, int padding) argument
723 pk11_RSA_public_encrypt_low(int flen, const unsigned char *from, unsigned char *to, RSA *rsa) argument
778 pk11_RSA_private_encrypt_low(int flen, const unsigned char *from, unsigned char *to, RSA *rsa) argument
835 pk11_RSA_private_decrypt_low(int flen, const unsigned char *from, unsigned char *to, RSA *rsa) argument
892 pk11_RSA_public_decrypt_low(int flen, const unsigned char *from, unsigned char *to, RSA *rsa) argument
[all...]

Completed in 21 milliseconds