Home
last modified time | relevance | path

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

/dports/security/xmlsec1/xmlsec1-1.2.29/include/xmlsec/gcrypt/
H A Dcrypto.h251 xmlSecGCryptTransformHmacSha256GetKlass()
252 XMLSEC_CRYPTO_EXPORT xmlSecTransformId xmlSecGCryptTransformHmacSha256GetKlass(void);
/dports/security/xmlsec1/xmlsec1-1.2.29/src/gnutls/
H A Dhmac.c87 return (xmlSecGCryptTransformHmacSha256GetKlass()); in xmlSecGnuTLSTransformHmacSha256GetKlass()
/dports/security/xmlsec1/xmlsec1-1.2.29/src/gcrypt/
H A Dcrypto.c141 …lSecGCryptFunctions->transformHmacSha256GetKlass = xmlSecGCryptTransformHmacSha256GetKlass; in xmlSecCryptoGetFunctions_gcrypt()
H A Dhmac.c598 xmlSecGCryptTransformHmacSha256GetKlass(void) { in xmlSecGCryptTransformHmacSha256GetKlass() function