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

/solaris-userland/components/openssl/common/engines/pkcs11/
H A De_pk11_pub.c116 static int pk11_RSA_public_encrypt(int flen, const unsigned char *from,
118 static int pk11_RSA_private_encrypt(int flen, const unsigned char *from,
120 static int pk11_RSA_public_decrypt(int flen, const unsigned char *from,
122 static int pk11_RSA_private_decrypt(int flen, const unsigned char *from,
136 static int pk11_RSA_public_encrypt_low(int flen, const unsigned char *from,
138 static int pk11_RSA_private_encrypt_low(int flen, const unsigned char *from,
140 static int pk11_RSA_public_decrypt_low(int flen, const unsigned char *from,
142 static int pk11_RSA_private_decrypt_low(int flen, const unsigned char *from,
464 pk11_RSA_public_encrypt(int flen, const unsigned char *from, argument
478 i = RSA_padding_add_PKCS1_type_2(buf, num, from, flen);
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 353 milliseconds