EVP_PKEY_CTX_add1_hkdf_info

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
  1. int EVP_PKEY_CTX_add1_hkdf_info(EVP_PKEY_CTX* ctx, const(ubyte)* info, int infolen)
    extern (C) nothrow
    static if(OPENSSL_VERSION_AT_LEAST(3, 0, 0))
    int
    EVP_PKEY_CTX_add1_hkdf_info
    (,
    const(ubyte)* info
    ,)
  2. auto EVP_PKEY_CTX_add1_hkdf_info(EVP_PKEY_CTX* ctx, const(ubyte)* info, int infolen)

Meta