HomeSort by: relevance | last modified time | path
    Searched refs:KDF_HKDF (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/providers/implementations/kdfs/
hkdf.c 99 } KDF_HKDF;
103 KDF_HKDF *ctx;
117 KDF_HKDF *ctx = (KDF_HKDF *)vctx;
127 KDF_HKDF *ctx = (KDF_HKDF *)vctx;
147 const KDF_HKDF *src = (const KDF_HKDF *)vctx;
148 KDF_HKDF *dest;
176 static size_t kdf_hkdf_size(KDF_HKDF *ctx
    [all...]
  /src/crypto/external/bsd/openssl/dist/providers/implementations/kdfs/
hkdf.c 88 } KDF_HKDF;
92 KDF_HKDF *ctx;
106 KDF_HKDF *ctx = (KDF_HKDF *)vctx;
116 KDF_HKDF *ctx = (KDF_HKDF *)vctx;
130 static size_t kdf_hkdf_size(KDF_HKDF *ctx)
152 KDF_HKDF *ctx = (KDF_HKDF *)vctx;
189 static int hkdf_common_set_ctx_params(KDF_HKDF *ctx, const OSSL_PARAM params[]
    [all...]

Completed in 22 milliseconds