EVP_PKEY_CTX_add1_tls1_prf_seed

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_tls1_prf_seed(EVP_PKEY_CTX* pctx, const(ubyte)* seed, int seedlen)
    extern (C) nothrow
    static if(OPENSSL_VERSION_AT_LEAST(3, 0, 0))
    int
    EVP_PKEY_CTX_add1_tls1_prf_seed
    (,
    const(ubyte)* seed
    ,)
  2. auto EVP_PKEY_CTX_add1_tls1_prf_seed(EVP_PKEY_CTX* pctx, const(ubyte)* seed, int seedlen)

Meta