Searched refs:hkdf (Results 1 – 25 of 26) sorted by relevance
12
| /src/crypto/openssl/demos/kdf/ |
| H A D | build.info | 5 # LD_LIBRARY_PATH=../.. ./hkdf 7 PROGRAMS{noinst} = hkdf \ 12 INCLUDE[hkdf]=../../include 13 SOURCE[hkdf]=hkdf.c 14 DEPEND[hkdf]=../../libcrypto
|
| H A D | Makefile | 7 TESTS = hkdf \ 18 hkdf: hkdf.o target
|
| /src/crypto/openssl/providers/implementations/exchange/ |
| H A D | kdf_exch.c | 81 KDF_NEWCTX(hkdf, "HKDF") 208 KDF_SETTABLE_CTX_PARAMS(hkdf, "HKDF") 236 KDF_GETTABLE_CTX_PARAMS(hkdf, "HKDF") 256 KDF_KEYEXCH_FUNCTIONS(hkdf)
|
| /src/sys/contrib/openzfs/tests/zfs-tests/ |
| H A D | Makefile.am | 12 scripts_zfs_tests_functional_hkdfdir = $(datadir)/$(PACKAGE)/zfs-tests/tests/functional/hkdf 13 scripts_zfs_tests_functional_hkdf_PROGRAMS = %D%/tests/functional/hkdf/hkdf_test
|
| /src/sys/dev/qat/qat_api/common/crypto/sym/qat/ |
| H A D | lac_sym_qat_key.c | 72 pKeyGenReqParams->u1.hkdf.info_length = labelInfo; in LacSymQat_KeyTlsRequestPopulate() 76 pKeyGenReqParams->u1.hkdf.info_length = labelInfo; in LacSymQat_KeyTlsRequestPopulate()
|
| /src/crypto/openssl/providers/implementations/kdfs/ |
| H A D | build.info | 21 SOURCE[$HKDF_GOAL]=hkdf.c
|
| /src/crypto/openssl/doc/man3/ |
| H A D | EVP_PKEY_CTX_set1_pbe_pass.pod | 26 key, such as hkdf), EVP_PKEY_CTX_set1_kdf_md (same thing here).
|
| H A D | OSSL_HPKE_CTX_new.pod | 454 KDF and AEAD name in that order, for example "x25519,hkdf-sha256,aes-128-gcm". 458 "hkdf-sha256", "hkdf-sha384" and "hkdf-sha512" for KDF, and
|
| /src/crypto/openssl/doc/man5/ |
| H A D | fips_config.pod | 107 =item B<hkdf-digest-check> 151 =item B<hkdf-key-check>
|
| /src/crypto/openssl/demos/ |
| H A D | README.txt | 46 hkdf.c Demonstration of HMAC based key derivation
|
| /src/sys/contrib/openzfs/include/ |
| H A D | Makefile.am | 69 sys/hkdf.h \
|
| /src/lib/libbearssl/ |
| H A D | Makefile | 95 kdf/hkdf.c \
|
| /src/sys/contrib/openzfs/tests/runfiles/ |
| H A D | sanity.run | 451 [tests/functional/hkdf] 455 tags = ['functional', 'hkdf']
|
| H A D | common.run | 784 [tests/functional/hkdf] 788 tags = ['functional', 'hkdf']
|
| /src/sys/contrib/openzfs/lib/libzpool/ |
| H A D | Makefile.am | 113 module/zfs/hkdf.c \
|
| /src/cddl/lib/libzpool/ |
| H A D | Makefile | 107 hkdf.c \
|
| /src/sys/dev/qat/qat_api/firmware/include/ |
| H A D | icp_qat_fw_la.h | 1853 } hkdf; member
|
| /src/crypto/openssl/crypto/objects/ |
| H A D | obj_mac.num | 1036 hkdf 1036
|
| H A D | objects.txt | 1793 : HKDF : hkdf
|
| /src/sys/contrib/openzfs/module/ |
| H A D | Makefile.bsd | 210 hkdf.c \
|
| H A D | Kbuild.in | 362 hkdf.o \
|
| /src/sys/modules/zfs/ |
| H A D | Makefile | 188 hkdf.c \
|
| /src/crypto/openssl/providers/ |
| H A D | fips.module.sources | 686 providers/implementations/kdfs/hkdf.c
|
| H A D | fips-sources.checksums | 686 …8075740b5aaa0025611c7e6507ea6fb4aa9674518a8b7d1fac4afb90c376 providers/implementations/kdfs/hkdf.c
|
| /src/secure/lib/libcrypto/ |
| H A D | Makefile | 460 SRCS+= argon2.c hkdf.c hmacdrbg_kdf.c kbkdf.c krb5kdf.c
|
12