Home
last modified time | relevance | path

Searched defs:hmac_init (Results 1 – 25 of 108) sorted by relevance

12345

/dports/archivers/peazip/peazip-8.1.0.src/
H A Dhmac.pas73 procedure hmac_init(var ctx: THMAC_Context; phash: PHashDesc; key: pointer; klen: word); procedure
96 procedure hmac_init(var ctx: THMAC_Context; phash: PHashDesc; key: pointer; klen: word); procedure
/dports/dns/yadifa/yadifa-2.5.3-10333/lib/dnscore/include/dnscore/
H A Dhmac.h74 ya_result (*hmac_init)(tsig_hmac_t t, const void *key, int len, u8 algorithm); member
87 static inline ya_result hmac_init(tsig_hmac_t t, const void *key, int len, u8 algorithm) in hmac_init() function
/dports/security/dropbear/dropbear-2020.81/libtomcrypt/src/mac/hmac/
H A Dhmac_init.c28 int hmac_init(hmac_state *hmac, int hash, const unsigned char *key, unsigned long keylen) in hmac_init() function
/dports/security/libtomcrypt/libtomcrypt-1.18.2/src/mac/hmac/
H A Dhmac_init.c28 int hmac_init(hmac_state *hmac, int hash, const unsigned char *key, unsigned long keylen) in hmac_init() function
/dports/security/p5-CryptX/CryptX-0.075/src/ltc/mac/hmac/
H A Dhmac_init.c22 int hmac_init(hmac_state *hmac, int hash, const unsigned char *key, unsigned long keylen) in hmac_init() function
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/tomcrypt-1.18.1/src/mac/hmac/
H A Dhmac_init.c28 int hmac_init(hmac_state *hmac, int hash, const unsigned char *key, unsigned long keylen) in hmac_init() function
/dports/sysutils/docker-registry/distribution-2.7.1/vendor/github.com/denverdino/aliyungo/aliyungo-a747050bb1ba/ecs/
H A Drouter_interface_test.go52 if err != nil {
/dports/security/R-cran-openssl/openssl/R/
H A Dstream.R20 hmac_init <- function(algo, key){ function
/dports/emulators/qemu42/qemu-4.2.1/roms/ipxe/src/crypto/
H A Dhmac.c80 void hmac_init ( struct digest_algorithm *digest, void *digest_ctx, in hmac_init() function
/dports/emulators/qemu-utils/qemu-4.2.1/roms/ipxe/src/crypto/
H A Dhmac.c80 void hmac_init ( struct digest_algorithm *digest, void *digest_ctx, in hmac_init() function
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/ipxe/src/crypto/
H A Dhmac.c80 void hmac_init ( struct digest_algorithm *digest, void *digest_ctx, in hmac_init() function
/dports/sysutils/syslinux/syslinux-6.03/gpxe/src/crypto/
H A Dhmac.c63 void hmac_init ( struct digest_algorithm *digest, void *digest_ctx, in hmac_init() function
/dports/emulators/qemu5/qemu-5.2.0/roms/ipxe/src/crypto/
H A Dhmac.c80 void hmac_init ( struct digest_algorithm *digest, void *digest_ctx, in hmac_init() function
/dports/net/ipxe/ipxe-2265a65/src/crypto/
H A Dhmac.c80 void hmac_init ( struct digest_algorithm *digest, void *digest_ctx, in hmac_init() function
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/ipxe/src/crypto/
H A Dhmac.c80 void hmac_init ( struct digest_algorithm *digest, void *digest_ctx, in hmac_init() function
/dports/emulators/qemu/qemu-6.2.0/roms/ipxe/src/crypto/
H A Dhmac.c80 void hmac_init ( struct digest_algorithm *digest, void *digest_ctx, in hmac_init() function
/dports/emulators/qemu60/qemu-6.0.0/roms/ipxe/src/crypto/
H A Dhmac.c80 void hmac_init ( struct digest_algorithm *digest, void *digest_ctx, in hmac_init() function
/dports/databases/mariadb104-client/mariadb-10.4.24/mysql-test/suite/rpl/r/
H A Drpl_hrtime.result52 SET @@session.time_zone='+03:00'/*!*/;
/dports/emulators/qemu/qemu-6.2.0/roms/ipxe/contrib/coverity/
H A Dmodel.c27 void hmac_init ( struct digest_algorithm *digest, void *digest_ctx, in hmac_init() function
/dports/emulators/qemu5/qemu-5.2.0/roms/ipxe/contrib/coverity/
H A Dmodel.c27 void hmac_init ( struct digest_algorithm *digest, void *digest_ctx, in hmac_init() function
/dports/net/ipxe/ipxe-2265a65/contrib/coverity/
H A Dmodel.c27 void hmac_init ( struct digest_algorithm *digest, void *digest_ctx, in hmac_init() function
/dports/emulators/qemu60/qemu-6.0.0/roms/ipxe/contrib/coverity/
H A Dmodel.c27 void hmac_init ( struct digest_algorithm *digest, void *digest_ctx, in hmac_init() function
/dports/databases/postgresql12-docs/postgresql-12.9/contrib/seg/
H A Dsegscan.l52 . return yytext[0]; /* alert parser of the garbage */ in hmac_init()
/dports/net/p5-Socket-Class/Socket-Class-2.258/xs/sc_ssl/openssl/source/fips/sha/
H A Dfips_standalone_sha1.c65 static void hmac_init(SHA_CTX *md_ctx,SHA_CTX *o_ctx, in hmac_init() function
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/providers/implementations/macs/
H A Dhmac_prov.c41 static OSSL_FUNC_mac_init_fn hmac_init; variable
172 static int hmac_init(void *vmacctx, const unsigned char *key, in hmac_init() function

12345