Home
last modified time | relevance | path

Searched refs:xmlSecKeyDataTypeUnknown (Results 1 – 19 of 19) sorted by relevance

/dports/security/xmlsec1/xmlsec1-1.2.29/src/mscng/
H A Dsymkeys.c110 xmlSecAssert2(xmlSecMSCngSymKeyDataCheckId(data), xmlSecKeyDataTypeUnknown); in xmlSecMSCngSymKeyDataGetType()
113 xmlSecAssert2(buffer != NULL, xmlSecKeyDataTypeUnknown); in xmlSecMSCngSymKeyDataGetType()
115 … return((xmlSecBufferGetSize(buffer) > 0) ? xmlSecKeyDataTypeSymmetric : xmlSecKeyDataTypeUnknown); in xmlSecMSCngSymKeyDataGetType()
H A Dcertkeys.c463 xmlSecAssert2(xmlSecKeyDataCheckId(data, xmlSecMSCngKeyDataDsaId), xmlSecKeyDataTypeUnknown); in xmlSecMSCngKeyDataDsaGetType()
466 xmlSecAssert2(ctx != NULL, xmlSecKeyDataTypeUnknown); in xmlSecMSCngKeyDataDsaGetType()
934 xmlSecAssert2(xmlSecKeyDataIsValid(data), xmlSecKeyDataTypeUnknown); in xmlSecMSCngKeyDataDsaGenerate()
935 xmlSecAssert2(xmlSecKeyDataCheckSize(data, xmlSecMSCngKeyDataSize), xmlSecKeyDataTypeUnknown); in xmlSecMSCngKeyDataDsaGenerate()
1059 xmlSecAssert2(xmlSecKeyDataCheckId(data, xmlSecMSCngKeyDataRsaId), xmlSecKeyDataTypeUnknown); in xmlSecMSCngKeyDataRsaGetType()
1062 xmlSecAssert2(ctx != NULL, xmlSecKeyDataTypeUnknown); in xmlSecMSCngKeyDataRsaGetType()
1438 xmlSecAssert2(xmlSecKeyDataIsValid(data), xmlSecKeyDataTypeUnknown); in xmlSecMSCngKeyDataRsaGenerate()
1439 xmlSecAssert2(xmlSecKeyDataCheckSize(data, xmlSecMSCngKeyDataSize), xmlSecKeyDataTypeUnknown); in xmlSecMSCngKeyDataRsaGenerate()
1563 xmlSecAssert2(xmlSecKeyDataCheckId(data, xmlSecMSCngKeyDataEcdsaId), xmlSecKeyDataTypeUnknown); in xmlSecMSCngKeyDataEcdsaGetType()
1566 xmlSecAssert2(ctx != NULL, xmlSecKeyDataTypeUnknown); in xmlSecMSCngKeyDataEcdsaGetType()
H A Dx509.c150 xmlSecAssert2(xmlSecKeyDataCheckId(data, xmlSecMSCngKeyDataX509Id), xmlSecKeyDataTypeUnknown); in xmlSecMSCngKeyDataX509GetType()
152 return(xmlSecKeyDataTypeUnknown); in xmlSecMSCngKeyDataX509GetType()
/dports/security/xmlsec1/xmlsec1-1.2.29/src/nss/
H A Dsymkeys.c149 xmlSecAssert2(xmlSecNssSymKeyDataCheckId(data), xmlSecKeyDataTypeUnknown); in xmlSecNssSymKeyDataGetType()
152 xmlSecAssert2(buffer != NULL, xmlSecKeyDataTypeUnknown); in xmlSecNssSymKeyDataGetType()
154 … return((xmlSecBufferGetSize(buffer) > 0) ? xmlSecKeyDataTypeSymmetric : xmlSecKeyDataTypeUnknown); in xmlSecNssSymKeyDataGetType()
H A Dpkikeys.c905 xmlSecAssert2(xmlSecKeyDataCheckId(data, xmlSecNssKeyDataDsaId), xmlSecKeyDataTypeUnknown); in xmlSecNssKeyDataDsaGetType()
915 return(xmlSecKeyDataTypeUnknown); in xmlSecNssKeyDataDsaGetType()
1343 xmlSecAssert2(xmlSecKeyDataCheckId(data, xmlSecNssKeyDataRsaId), xmlSecKeyDataTypeUnknown); in xmlSecNssKeyDataRsaGetType()
1354 return(xmlSecKeyDataTypeUnknown); in xmlSecNssKeyDataRsaGetType()
1479 xmlSecAssert2(xmlSecKeyDataCheckId(data, xmlSecNssKeyDataEcdsaId), xmlSecKeyDataTypeUnknown); in xmlSecNssKeyDataEcdsaGetType()
H A Dx509.c816 xmlSecAssert2(xmlSecKeyDataCheckId(data, xmlSecNssKeyDataX509Id), xmlSecKeyDataTypeUnknown); in xmlSecNssKeyDataX509GetType()
819 return(xmlSecKeyDataTypeUnknown); in xmlSecNssKeyDataX509GetType()
/dports/security/xmlsec1/xmlsec1-1.2.29/src/openssl/
H A Dsymkeys.c153 xmlSecAssert2(xmlSecOpenSSLSymKeyDataCheckId(data), xmlSecKeyDataTypeUnknown); in xmlSecOpenSSLSymKeyDataGetType()
156 xmlSecAssert2(buffer != NULL, xmlSecKeyDataTypeUnknown); in xmlSecOpenSSLSymKeyDataGetType()
158 … return((xmlSecBufferGetSize(buffer) > 0) ? xmlSecKeyDataTypeSymmetric : xmlSecKeyDataTypeUnknown); in xmlSecOpenSSLSymKeyDataGetType()
H A Devp.c1035 xmlSecAssert2(xmlSecKeyDataCheckId(data, xmlSecOpenSSLKeyDataDsaId), xmlSecKeyDataTypeUnknown); in xmlSecOpenSSLKeyDataDsaGetType()
1039 return(xmlSecKeyDataTypeUnknown); in xmlSecOpenSSLKeyDataDsaGetType()
1062 return(xmlSecKeyDataTypeUnknown); in xmlSecOpenSSLKeyDataDsaGetType()
1865 xmlSecAssert2(xmlSecKeyDataCheckId(data, xmlSecOpenSSLKeyDataRsaId), xmlSecKeyDataTypeUnknown); in xmlSecOpenSSLKeyDataRsaGetType()
1869 return(xmlSecKeyDataTypeUnknown); in xmlSecOpenSSLKeyDataRsaGetType()
1889 return(xmlSecKeyDataTypeUnknown); in xmlSecOpenSSLKeyDataRsaGetType()
H A Dx509.c790 xmlSecAssert2(xmlSecKeyDataCheckId(data, xmlSecOpenSSLKeyDataX509Id), xmlSecKeyDataTypeUnknown); in xmlSecOpenSSLKeyDataX509GetType()
793 return(xmlSecKeyDataTypeUnknown); in xmlSecOpenSSLKeyDataX509GetType()
/dports/security/xmlsec1/xmlsec1-1.2.29/src/gcrypt/
H A Dsymkeys.c150 xmlSecAssert2(xmlSecGCryptSymKeyDataCheckId(data), xmlSecKeyDataTypeUnknown); in xmlSecGCryptSymKeyDataGetType()
153 xmlSecAssert2(buffer != NULL, xmlSecKeyDataTypeUnknown); in xmlSecGCryptSymKeyDataGetType()
155 … return((xmlSecBufferGetSize(buffer) > 0) ? xmlSecKeyDataTypeSymmetric : xmlSecKeyDataTypeUnknown); in xmlSecGCryptSymKeyDataGetType()
H A Dasymkeys.c319 xmlSecAssert2(xmlSecKeyDataIsValid(data), xmlSecKeyDataTypeUnknown); in xmlSecGCryptAsymKeyDataGetType()
320 …xmlSecAssert2(xmlSecKeyDataCheckSize(data, xmlSecGCryptAsymKeyDataSize), xmlSecKeyDataTypeUnknown); in xmlSecGCryptAsymKeyDataGetType()
323 xmlSecAssert2(ctx != NULL, xmlSecKeyDataTypeUnknown); in xmlSecGCryptAsymKeyDataGetType()
331 return (xmlSecKeyDataTypeUnknown); in xmlSecGCryptAsymKeyDataGetType()
338 xmlSecAssert2(xmlSecKeyDataIsValid(data), xmlSecKeyDataTypeUnknown); in xmlSecGCryptAsymKeyDataGetSize()
339 …xmlSecAssert2(xmlSecKeyDataCheckSize(data, xmlSecGCryptAsymKeyDataSize), xmlSecKeyDataTypeUnknown); in xmlSecGCryptAsymKeyDataGetSize()
822 xmlSecAssert2(xmlSecKeyDataCheckId(data, xmlSecGCryptKeyDataDsaId), xmlSecKeyDataTypeUnknown); in xmlSecGCryptKeyDataDsaGetType()
1399 xmlSecAssert2(xmlSecKeyDataCheckId(data, xmlSecGCryptKeyDataRsaId), xmlSecKeyDataTypeUnknown); in xmlSecGCryptKeyDataRsaGetType()
/dports/security/xmlsec1/xmlsec1-1.2.29/src/mscrypto/
H A Dcertkeys.c822 xmlSecAssert2(xmlSecKeyDataIsValid(data), xmlSecKeyDataTypeUnknown); in xmlSecMSCryptoKeyDataGetType()
823 … xmlSecAssert2(xmlSecKeyDataCheckSize(data, xmlSecMSCryptoKeyDataSize), xmlSecKeyDataTypeUnknown); in xmlSecMSCryptoKeyDataGetType()
826 xmlSecAssert2(ctx != NULL, xmlSecKeyDataTypeUnknown); in xmlSecMSCryptoKeyDataGetType()
1078 xmlSecAssert2(xmlSecKeyDataCheckId(data, xmlSecMSCryptoKeyDataRsaId), xmlSecKeyDataTypeUnknown); in xmlSecMSCryptoKeyDataRsaInitialize()
1447 xmlSecAssert2(xmlSecKeyDataIsValid(data), xmlSecKeyDataTypeUnknown); in xmlSecMSCryptoKeyDataRsaGenerate()
1448 … xmlSecAssert2(xmlSecKeyDataCheckSize(data, xmlSecMSCryptoKeyDataSize), xmlSecKeyDataTypeUnknown); in xmlSecMSCryptoKeyDataRsaGenerate()
1692 xmlSecAssert2(xmlSecKeyDataCheckId(data, xmlSecMSCryptoKeyDataDsaId), xmlSecKeyDataTypeUnknown); in xmlSecMSCryptoKeyDataDsaInitialize()
2212 xmlSecAssert2(xmlSecKeyDataIsValid(data), xmlSecKeyDataTypeUnknown); in xmlSecMSCryptoKeyDataDsaGenerate()
2213 … xmlSecAssert2(xmlSecKeyDataCheckSize(data, xmlSecMSCryptoKeyDataSize), xmlSecKeyDataTypeUnknown); in xmlSecMSCryptoKeyDataDsaGenerate()
2389 …lSecAssert2(xmlSecKeyDataCheckId(data, xmlSecMSCryptoKeyDataGost2001Id), xmlSecKeyDataTypeUnknown); in xmlSecMSCryptoKeyDataGost2001Initialize()
[all …]
H A Dsymkeys.c158 xmlSecAssert2(xmlSecMSCryptoSymKeyDataCheckId(data), xmlSecKeyDataTypeUnknown); in xmlSecMSCryptoSymKeyDataGetType()
161 xmlSecAssert2(buffer != NULL, xmlSecKeyDataTypeUnknown); in xmlSecMSCryptoSymKeyDataGetType()
163 … return((xmlSecBufferGetSize(buffer) > 0) ? xmlSecKeyDataTypeSymmetric : xmlSecKeyDataTypeUnknown); in xmlSecMSCryptoSymKeyDataGetType()
H A Dx509.c790 … xmlSecAssert2(xmlSecKeyDataCheckId(data, xmlSecMSCryptoKeyDataX509Id), xmlSecKeyDataTypeUnknown); in xmlSecMSCryptoKeyDataX509GetType()
793 return(xmlSecKeyDataTypeUnknown); in xmlSecMSCryptoKeyDataX509GetType()
/dports/security/xmlsec1/xmlsec1-1.2.29/include/xmlsec/
H A Dkeysdata.h149 #define xmlSecKeyDataTypeUnknown 0x0000 macro
156 #define xmlSecKeyDataTypeNone xmlSecKeyDataTypeUnknown
/dports/security/xmlsec1/xmlsec1-1.2.29/src/
H A Dkeys.c405 …if((keyReq->keyType != xmlSecKeyDataTypeUnknown) && ((xmlSecKeyGetType(key) & keyReq->keyType) == … in xmlSecKeyReqMatchKey()
672 xmlSecAssert2(key != NULL, xmlSecKeyDataTypeUnknown); in xmlSecKeyGetType()
676 return(xmlSecKeyDataTypeUnknown); in xmlSecKeyGetType()
H A Dkeysdata.c384 xmlSecAssert2(xmlSecKeyDataIsValid(data), xmlSecKeyDataTypeUnknown); in xmlSecKeyDataGetType()
385 xmlSecAssert2(data->id->getType != NULL, xmlSecKeyDataTypeUnknown); in xmlSecKeyDataGetType()
H A Dtransforms.c1462 keyReq->keyType = xmlSecKeyDataTypeUnknown; in xmlSecTransformSetKeyReq()
/dports/security/xmlsec1/xmlsec1-1.2.29/src/gnutls/
H A Dx509.c704 xmlSecAssert2(xmlSecKeyDataCheckId(data, xmlSecGnuTLSKeyDataX509Id), xmlSecKeyDataTypeUnknown); in xmlSecGnuTLSKeyDataX509GetType()
707 return(xmlSecKeyDataTypeUnknown); in xmlSecGnuTLSKeyDataX509GetType()