Searched defs:rsa_encrypt (Results 1 – 2 of 2) sorted by relevance
38 static OSSL_FUNC_asym_cipher_encrypt_fn rsa_encrypt; variable135 static int rsa_encrypt(void *vprsactx, unsigned char *out, size_t *outlen, in rsa_encrypt() function
77 static int rsa_encrypt(uint8_t *data, int len, uint8_t *str) { in rsa_encrypt() function