Home
last modified time | relevance | path

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

/dports/security/lasso/lasso-2.7.0/lasso/xml/
H A Dprivate.h120 xmlSecKey *signature_key;
221 int lasso_query_verify_signature(const char *query, const xmlSecKey *public_key);
223 int lasso_saml2_query_verify_signature(const char *query, const xmlSecKey *sender_public_key);
238 xmlSecKeysMngr *keys_manager, xmlSecKey *public_key,
255xmlSecKey *encryption_public_key, LassoEncryptionSymKeyType encryption_sym_key_type, const char *r…
258 xmlSecKey *encryption_private_key, LassoNode **output);
291 xmlSecKey* lasso_xmlsec_load_private_key_from_buffer(const char *buffer, size_t length, const char …
292 xmlSecKey* lasso_xmlsec_load_private_key(const char *filename_or_buffer, const char *password,
307 void lasso_node_set_encryption(LassoNode *node, xmlSecKey *encryption_public_key,
310 void lasso_node_get_encryption(LassoNode *node, xmlSecKey **encryption_public_key,
[all …]
H A Dtools.c495 xmlSecKey *key; in lasso_query_sign()
700 xmlSecKey *encryption_public_key = NULL; in lasso_assertion_encrypt()
719 const xmlSecKey *key) in lasso_query_verify_helper()
1570 xmlSecKeysMngr *keys_manager, xmlSecKey *public_key, in lasso_verify_signature()
1951 xmlSecKey *encryption_private_key, in lasso_node_decrypt_xmlnode()
2367 xmlSecKey*
2387 xmlSecKey *private_key = NULL; in _lasso_xmlsec_load_key_from_buffer()
2540 xmlSecKey*
2543 xmlSecKey *private_key = NULL; in lasso_xmlsec_load_private_key_from_buffer()
2562 xmlSecKey*
[all …]
H A Dxml.c537 lasso_node_encrypt(LassoNode *lasso_node, xmlSecKey *encryption_public_key, in lasso_node_encrypt()
550 xmlSecKey *duplicate = NULL; in lasso_node_encrypt()
979 xmlSecKey *encryption_public_key;
1126 lasso_node_set_encryption(LassoNode *node, xmlSecKey *encryption_public_key, in lasso_node_set_encryption()
1164 lasso_node_get_encryption(LassoNode *node, xmlSecKey **encryption_public_key, in lasso_node_get_encryption()
/dports/security/lasso/lasso-2.7.0/lasso/id-ff/
H A Dprovider.c551 xmlSecKey*
562 return (xmlSecKey*)keys->data; in lasso_provider_get_encryption_public_key()
1276 xmlSecKey *key = lasso_xmlsec_load_private_key(public_key, NULL, in lasso_provider_load_public_key()
1285 xmlSecKey *key = lasso_xmlsec_load_key_info(key_descriptor); in lasso_provider_load_public_key()
1296 xmlSecKey *key = lasso_xmlsec_load_key_info(key_descriptor); in lasso_provider_load_public_key()
1381 lasso_foreach_full_begin(xmlSecKey*, public_key, it, public_keys); in lasso_provider_verify_saml_signature()
1557 int (*check)(const char *, const xmlSecKey *) = NULL; in lasso_provider_verify_query_signature()
1665 lasso_foreach_full_begin(xmlSecKey*, public_key, it, public_keys); in lasso_provider_verify_single_node_signature()
1803 xmlSecKey *xml_sec_key = NULL; in lasso_provider_add_key()
H A Dserverprivate.h45 xmlSecKey* lasso_server_get_private_key(LassoServer *server);
H A Dproviderprivate.h92 xmlSecKey* lasso_provider_get_encryption_public_key(const LassoProvider *provider);
H A Dserver.c212 xmlSecKey *key = lasso_xmlsec_load_private_key(filename_or_buffer, password, in lasso_server_set_encryption_private_key_with_password()
870 xmlSecKey*
/dports/security/lasso/lasso-2.7.0/lasso/xml/saml-2.0/
H A Dsaml2_encrypted_element.h70 …ncrypted_element_decrypt(LassoSaml2EncryptedElement* encrypted_element, xmlSecKey *encryption_priv…
H A Dsaml2_encrypted_element.c150 xmlSecKey *encryption_private_key, LassoNode **decrypted_node) in lasso_saml2_encrypted_element_decrypt()
/dports/security/xmlsec1/xmlsec1-1.2.29/include/xmlsec/
H A Dxmlsec.h72 typedef struct _xmlSecKey xmlSecKey, *xmlSecKeyPtr; typedef
/dports/security/xmlsec1/xmlsec1-1.2.29/src/
H A Dkeys.c512 key = (xmlSecKeyPtr)xmlMalloc(sizeof(xmlSecKey)); in xmlSecKeyCreate()
514 xmlSecMallocError(sizeof(xmlSecKey), NULL); in xmlSecKeyCreate()
517 memset(key, 0, sizeof(xmlSecKey)); in xmlSecKeyCreate()
542 memset(key, 0, sizeof(xmlSecKey)); in xmlSecKeyEmpty()
/dports/security/lasso/lasso-2.7.0/lasso/
H A Dutils.h353 xmlSecKey *__tmp = (src); \
361 xmlSecKey *__tmp = NULL; \
476 xmlSecKey *__tmp_src = (src); \
/dports/security/lasso/lasso-2.7.0/tests/
H A Drandom_tests.c281 extern xmlSecKey* lasso_xmlsec_load_private_key_from_buffer(const char *buffer, size_t length, const
284 extern int lasso_saml2_query_verify_signature(const char *query, const xmlSecKey *sender_public_key…
/dports/security/lasso/lasso-2.7.0/lasso/id-wsf/
H A Ddiscovery.c925 xmlSecKey *public_key = NULL; in lasso_discovery_build_key_info_node()
940 public_key = (xmlSecKey*)public_keys->data; in lasso_discovery_build_key_info_node()
/dports/security/lasso/lasso-2.7.0/lasso/saml-2.0/
H A Dsaml2_helper.c779 lasso_foreach_full_begin(xmlSecKey*, encryption_private_key, it, encryption_private_keys) in lasso_saml2_encrypted_element_server_decrypt()
H A Dprofile.c539 lasso_foreach_full_begin(xmlSecKey*, encryption_private_key, it, in lasso_saml20_profile_set_session_from_dump_decrypt()
612 lasso_foreach_full_begin(xmlSecKey*, encryption_private_key, it, in lasso_saml20_profile_process_name_identifier_decryption()
H A Dlogin.c1317 lasso_foreach_full_begin(xmlSecKey*, encryption_private_key, it, in _lasso_saml20_login_decrypt_assertion()
/dports/security/xmlsec1/xmlsec1-1.2.29/
H A DChangeLog1370 notValidAfter time frame to xmlSecKey
/dports/security/lasso/lasso-2.7.0/
H A DChangeLog4258 id-ff/provider: fix leak of xmlSecKey
4277 server: fix leak of xmlSecKey objects
7773 xmlSecKey *encryption_private_key
8158 The idea was to replace every use of an xmlSecKey* by a loop over a
8159 GList* of xmlSecKey*.
8194 [utils] add macros to append to and release a list of xmlSecKey*
12713 Free xmlSecKey
15477 in lasso/xml/tools.c, remove leaks of xmlSecKey and xmlNode
21056 xmlSecKey is present in a function signature, so include
22702 Core: add macros to handle xmlSecKey
[all …]