Home | History | Annotate | Download | only in libtomcrypt

Lines Matching full:rsa_export

336     if ((err = rsa_export(buffer, &x, PK_PUBLIC, &key)) != CRYPT_OK) {
341 /* if rsa_export() was successful then x will have
3574 int rsa_export(unsigned char *out,