Home
last modified time | relevance | path

Searched refs:PGP_ALGO_RSA_ENCRYPT (Results 1 – 4 of 4) sorted by relevance

/dports/security/cryptlib/cryptlib-3.4.3/misc/
H A Dpgp.h134 #define PGP_ALGO_RSA_ENCRYPT 2 /* RSA encrypt-only */ macro
H A Dpgp_misc.c61 { PGP_ALGO_RSA_ENCRYPT, PGP_ALGOCLASS_PKCCRYPT, CRYPT_ALGO_RSA },
/dports/security/cryptlib/cryptlib-3.4.3/keyset/
H A Dpgp_rd.c450 case PGP_ALGO_RSA_ENCRYPT: in readPublicKeyComponents()
455 if( pgpPkcAlgo != PGP_ALGO_RSA_ENCRYPT ) in readPublicKeyComponents()
/dports/security/cryptlib/cryptlib-3.4.3/context/
H A Dkey_rdpub.c874 case PGP_ALGO_RSA_ENCRYPT: in readPgpRsaPublicKey()