Home
last modified time | relevance | path

Searched refs:ENC_KEYTRAN_RSA_OAEP (Results 1 – 6 of 6) sorted by relevance

/dports/security/p5-Net-SAML/zxid-1.42/
H A Dzx.h418 #define ENC_KEYTRAN_RSA_OAEP "http://www.w3.org/2001/04/xmlenc#rsa-oaep-mgf1p" macro
420 #define ENC_KEYTRAN_ALGO ENC_KEYTRAN_RSA_OAEP
H A Dzxsig.c1285 } else if (sizeof(ENC_KEYTRAN_RSA_OAEP)-1 == ss->len in zxenc_privkey_dec()
1286 && !memcmp(ENC_KEYTRAN_RSA_OAEP, ss->s, sizeof(ENC_KEYTRAN_RSA_OAEP)-1)) { in zxenc_privkey_dec()
/dports/security/p5-Net-SAML/zxid-1.42/zxidjava/
H A DzxidjniConstants.java73 public final static String ENC_KEYTRAN_RSA_OAEP = zxidjniJNI.ENC_KEYTRAN_RSA_OAEP_get();
/dports/security/p5-Net-SAML/zxid-1.42/Net/
H A DSAML.pm2242 *ENC_KEYTRAN_RSA_OAEP = *Net::SAMLc::ENC_KEYTRAN_RSA_OAEP;
/dports/security/p5-Net-SAML/zxid-1.42/csharp/
H A Dzxid.cs4647 public static readonly string ENC_KEYTRAN_RSA_OAEP = zxidPINVOKE.ENC_KEYTRAN_RSA_OAEP_get(); field in zxid
/dports/security/p5-Net-SAML/zxid-1.42/php/
H A Dzxid_wrap.c46508 SWIG_STRING_CONSTANT(ENC_KEYTRAN_RSA_OAEP, "http://www.w3.org/2001/04/xmlenc#rsa-oaep-mgf1p");