Searched refs:rsa_pkcs1v15_decode (Results 1 – 3 of 3) sorted by relevance
88 mp_result rsa_pkcs1v15_decode(unsigned char *buf, int buf_len,
114 mp_result rsa_pkcs1v15_decode(unsigned char *buf, int buf_len, int tag, in rsa_pkcs1v15_decode() function
83 if ((res = rsa_pkcs1v15_decode(buf, buf_len, 2, &msg_len)) != MP_OK) { in main()