X-Git-Url: http://www.project-moonshot.org/gitweb/?p=mod_auth_gssapi.git;a=blobdiff_plain;f=src%2Fcrypto.h;h=40cfc31f4390d1b097e8acc46c6538116aa227d6;hp=cfc83faeb821d431d141299b44b1f61258b87103;hb=0de0d0789d32b3517a75e77e5358303f73d84ad4;hpb=6e86569afd4812f5674810ab66ee67fd5251d538 diff --git a/src/crypto.h b/src/crypto.h index cfc83fa..40cfc31 100644 --- a/src/crypto.h +++ b/src/crypto.h @@ -12,6 +12,8 @@ struct databuf { apr_status_t SEAL_KEY_CREATE(apr_pool_t *p, struct seal_key **skey, struct databuf *keys); +apr_status_t HMAC_BUFFER(struct seal_key *skey, struct databuf *buffer, + struct databuf *result); apr_status_t SEAL_BUFFER(apr_pool_t *p, struct seal_key *skey, struct databuf *plain, struct databuf *cipher); apr_status_t UNSEAL_BUFFER(apr_pool_t *p, struct seal_key *skey,