Home
last modified time | relevance | path

Searched refs:HMAC_CTX_new (Results 26 – 50 of 862) sorted by relevance

12345678910>>...35

/dports/security/acmed/acmed-0.18.0/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/doc/man3/
H A DHMAC.pod6 HMAC_CTX_new,
31 HMAC_CTX *HMAC_CTX_new(void);
79 HMAC_CTX_new() creates a new HMAC_CTX in heap memory.
83 created with HMAC_CTX_new().
96 reused. I<ctx> must have been created with HMAC_CTX_new() before the first use
128 HMAC_CTX_new() returns a pointer to a new B<HMAC_CTX> on success or
156 HMAC_CTX_new(), HMAC_CTX_free() and HMAC_CTX_get_md() are new in OpenSSL 1.1.0.
/dports/textproc/mdbook-linkcheck/mdbook-linkcheck-0.7.6/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/doc/man3/
H A DHMAC.pod6 HMAC_CTX_new,
31 HMAC_CTX *HMAC_CTX_new(void);
79 HMAC_CTX_new() creates a new HMAC_CTX in heap memory.
83 created with HMAC_CTX_new().
96 reused. I<ctx> must have been created with HMAC_CTX_new() before the first use
128 HMAC_CTX_new() returns a pointer to a new B<HMAC_CTX> on success or
156 HMAC_CTX_new(), HMAC_CTX_free() and HMAC_CTX_get_md() are new in OpenSSL 1.1.0.
/dports/security/openssl-devel/openssl-3.0.2/doc/man3/
H A DHMAC.pod6 HMAC_CTX_new,
31 HMAC_CTX *HMAC_CTX_new(void);
79 HMAC_CTX_new() creates a new HMAC_CTX in heap memory.
83 created with HMAC_CTX_new().
96 reused. I<ctx> must have been created with HMAC_CTX_new() before the first use
128 HMAC_CTX_new() returns a pointer to a new B<HMAC_CTX> on success or
156 HMAC_CTX_new(), HMAC_CTX_free() and HMAC_CTX_get_md() are new in OpenSSL 1.1.0.
/dports/security/openssl-quictls/openssl-7f2ab56a2b842b8e6fefc7b9d20eb5ff9c6ef151/doc/man3/
H A DHMAC.pod6 HMAC_CTX_new,
31 HMAC_CTX *HMAC_CTX_new(void);
79 HMAC_CTX_new() creates a new HMAC_CTX in heap memory.
83 created with HMAC_CTX_new().
96 reused. I<ctx> must have been created with HMAC_CTX_new() before the first use
128 HMAC_CTX_new() returns a pointer to a new B<HMAC_CTX> on success or
156 HMAC_CTX_new(), HMAC_CTX_free() and HMAC_CTX_get_md() are new in OpenSSL 1.1.0.
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/test/
H A Dhmactest.c113 ctx = HMAC_CTX_new(); in test_hmac_bad()
136 ctx = HMAC_CTX_new(); in test_hmac_run()
226 ctx = HMAC_CTX_new(); in test_hmac_copy()
227 ctx2 = HMAC_CTX_new(); in test_hmac_copy()
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/test/
H A Dhmactest.c113 ctx = HMAC_CTX_new(); in test_hmac_bad()
136 ctx = HMAC_CTX_new(); in test_hmac_run()
226 ctx = HMAC_CTX_new(); in test_hmac_copy()
227 ctx2 = HMAC_CTX_new(); in test_hmac_copy()
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/test/
H A Dhmactest.c113 ctx = HMAC_CTX_new(); in test_hmac_bad()
136 ctx = HMAC_CTX_new(); in test_hmac_run()
226 ctx = HMAC_CTX_new(); in test_hmac_copy()
227 ctx2 = HMAC_CTX_new(); in test_hmac_copy()
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/CryptoPkg/Library/OpensslLib/openssl/test/
H A Dhmactest.c113 ctx = HMAC_CTX_new(); in test_hmac_bad()
136 ctx = HMAC_CTX_new(); in test_hmac_run()
226 ctx = HMAC_CTX_new(); in test_hmac_copy()
227 ctx2 = HMAC_CTX_new(); in test_hmac_copy()
/dports/security/openssl/openssl-1.1.1n/test/
H A Dhmactest.c113 ctx = HMAC_CTX_new(); in test_hmac_bad()
136 ctx = HMAC_CTX_new(); in test_hmac_run()
226 ctx = HMAC_CTX_new(); in test_hmac_copy()
227 ctx2 = HMAC_CTX_new(); in test_hmac_copy()
/dports/security/openssl-static/openssl-1.1.1l/test/
H A Dhmactest.c113 ctx = HMAC_CTX_new(); in test_hmac_bad()
136 ctx = HMAC_CTX_new(); in test_hmac_run()
226 ctx = HMAC_CTX_new(); in test_hmac_copy()
227 ctx2 = HMAC_CTX_new(); in test_hmac_copy()
/dports/sysutils/edk2/edk2-edk2-stable202102/CryptoPkg/Library/OpensslLib/openssl/test/
H A Dhmactest.c113 ctx = HMAC_CTX_new(); in test_hmac_bad()
136 ctx = HMAC_CTX_new(); in test_hmac_run()
226 ctx = HMAC_CTX_new(); in test_hmac_copy()
227 ctx2 = HMAC_CTX_new(); in test_hmac_copy()
/dports/math/yacas/yacas-1.9.1/cyacas/yacas-kernel/src/
H A Dhmac_sha256.cpp52 _ctx(HMAC_CTX_new()) in HMAC_SHA256()
68 _ctx(HMAC_CTX_new()) in HMAC_SHA256()
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/test/
H A Dhmactest.c112 ctx = HMAC_CTX_new(); in test_hmac_bad()
135 if (!TEST_ptr(ctx = HMAC_CTX_new())) in test_hmac_run()
226 ctx = HMAC_CTX_new(); in test_hmac_copy()
227 ctx2 = HMAC_CTX_new(); in test_hmac_copy()
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/test/
H A Dhmactest.c112 ctx = HMAC_CTX_new(); in test_hmac_bad()
135 if (!TEST_ptr(ctx = HMAC_CTX_new())) in test_hmac_run()
226 ctx = HMAC_CTX_new(); in test_hmac_copy()
227 ctx2 = HMAC_CTX_new(); in test_hmac_copy()
/dports/security/acmed/acmed-0.18.0/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/test/
H A Dhmactest.c112 ctx = HMAC_CTX_new(); in test_hmac_bad()
135 if (!TEST_ptr(ctx = HMAC_CTX_new())) in test_hmac_run()
226 ctx = HMAC_CTX_new(); in test_hmac_copy()
227 ctx2 = HMAC_CTX_new(); in test_hmac_copy()
/dports/textproc/mdbook-linkcheck/mdbook-linkcheck-0.7.6/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/test/
H A Dhmactest.c112 ctx = HMAC_CTX_new(); in test_hmac_bad()
135 if (!TEST_ptr(ctx = HMAC_CTX_new())) in test_hmac_run()
226 ctx = HMAC_CTX_new(); in test_hmac_copy()
227 ctx2 = HMAC_CTX_new(); in test_hmac_copy()
/dports/misc/broot/broot-1.7.0/cargo-crates/libgit2-sys-0.12.21+1.1.0/libgit2/deps/ntlmclient/
H A Dcrypt_openssl.c78 static inline HMAC_CTX *HMAC_CTX_new(void) in HMAC_CTX_new() function
86 return HMAC_CTX_new(); in ntlm_hmac_ctx_init()
/dports/devel/git-absorb/git-absorb-0.6.6/cargo-crates/libgit2-sys-0.12.13+1.0.1/libgit2/deps/ntlmclient/
H A Dcrypt_openssl.c78 static inline HMAC_CTX *HMAC_CTX_new(void) in HMAC_CTX_new() function
86 return HMAC_CTX_new(); in ntlm_hmac_ctx_init()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/libgit2-sys-0.12.7+1.0.0/libgit2/deps/ntlmclient/
H A Dcrypt_openssl.c78 static inline HMAC_CTX *HMAC_CTX_new(void) in HMAC_CTX_new() function
86 return HMAC_CTX_new(); in ntlm_hmac_ctx_init()
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/libgit2-sys-0.12.19+1.1.0/libgit2/deps/ntlmclient/
H A Dcrypt_openssl.c78 static inline HMAC_CTX *HMAC_CTX_new(void) in HMAC_CTX_new() function
86 return HMAC_CTX_new(); in ntlm_hmac_ctx_init()
/dports/devel/tokei/tokei-12.1.2/cargo-crates/libgit2-sys-0.12.17+1.1.0/libgit2/deps/ntlmclient/
H A Dcrypt_openssl.c78 static inline HMAC_CTX *HMAC_CTX_new(void) in HMAC_CTX_new() function
86 return HMAC_CTX_new(); in ntlm_hmac_ctx_init()
/dports/devel/gbump/gbump-1.0.1/cargo-crates/libgit2-sys-0.9.1/libgit2/deps/ntlmclient/
H A Dcrypt_openssl.c78 static inline HMAC_CTX *HMAC_CTX_new(void) in HMAC_CTX_new() function
86 return HMAC_CTX_new(); in ntlm_hmac_ctx_init()
/dports/devel/gitui/gitui-0.10.1/cargo-crates/libgit2-sys-0.12.12+1.0.1/libgit2/deps/ntlmclient/
H A Dcrypt_openssl.c78 static inline HMAC_CTX *HMAC_CTX_new(void) in HMAC_CTX_new() function
86 return HMAC_CTX_new(); in ntlm_hmac_ctx_init()
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/libgit2-sys-0.12.22+1.1.0/libgit2/deps/ntlmclient/
H A Dcrypt_openssl.c78 static inline HMAC_CTX *HMAC_CTX_new(void) in HMAC_CTX_new() function
86 return HMAC_CTX_new(); in ntlm_hmac_ctx_init()
/dports/sysutils/onefetch/onefetch-2.10.2/cargo-crates/libgit2-sys-0.12.21+1.1.0/libgit2/deps/ntlmclient/
H A Dcrypt_openssl.c78 static inline HMAC_CTX *HMAC_CTX_new(void) in HMAC_CTX_new() function
86 return HMAC_CTX_new(); in ntlm_hmac_ctx_init()

12345678910>>...35