Home | History | Annotate | Download | only in libtomcrypt

Lines Matching refs:PK_PUBLIC

336     if ((err = rsa_export(buffer, &x, PK_PUBLIC, &key)) != CRYPT_OK) {
6381 @param which PK_PUBLIC for public RSA and PK_PRIVATE for private RSA
6454 /** Type of key, PK_PRIVATE or PK_PUBLIC */