secured.openssl

Undocumented in source.

Members

Functions

ERR_error_string_n
void ERR_error_string_n(ulong e, char* buf, size_t len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ERR_get_error
ulong ERR_get_error()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ERR_peek_error
ulong ERR_peek_error()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EVP_MD_CIPHER_free
void EVP_MD_CIPHER_free(EVP_CIPHER_CTX* free)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EVP_MD_CTX_free
void EVP_MD_CTX_free(EVP_MD_CTX* free)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EVP_MD_CTX_new
EVP_MD_CTX* EVP_MD_CTX_new()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EVP_PBE_scrypt
int EVP_PBE_scrypt(char* pass, size_t passlen, ubyte* salt, size_t saltlen, ulong N, ulong r, ulong p, ulong maxmem, ubyte* key, size_t keylen)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EVP_PKEY_CTX_add1_hkdf_info
int EVP_PKEY_CTX_add1_hkdf_info(EVP_PKEY_CTX* pctx, string info)
Undocumented in source. Be warned that the author may not have intended to support it.
EVP_PKEY_CTX_set1_hkdf_key
int EVP_PKEY_CTX_set1_hkdf_key(EVP_PKEY_CTX* pctx, ubyte[] key)
Undocumented in source. Be warned that the author may not have intended to support it.
EVP_PKEY_CTX_set1_hkdf_salt
int EVP_PKEY_CTX_set1_hkdf_salt(EVP_PKEY_CTX* pctx, ubyte[] salt)
Undocumented in source. Be warned that the author may not have intended to support it.
EVP_PKEY_CTX_set1_pbe_pass
int EVP_PKEY_CTX_set1_pbe_pass(EVP_PKEY_CTX* pctx, ubyte[] password)
Undocumented in source. Be warned that the author may not have intended to support it.
EVP_PKEY_CTX_set1_scrypt_salt
int EVP_PKEY_CTX_set1_scrypt_salt(EVP_PKEY_CTX* pctx, ubyte[] salt)
Undocumented in source. Be warned that the author may not have intended to support it.
EVP_PKEY_CTX_set_hkdf_md
int EVP_PKEY_CTX_set_hkdf_md(EVP_PKEY_CTX* pctx, EVP_MD* md)
Undocumented in source. Be warned that the author may not have intended to support it.
EVP_PKEY_CTX_set_scrypt_N
int EVP_PKEY_CTX_set_scrypt_N(EVP_PKEY_CTX* pctx, ulong n)
Undocumented in source. Be warned that the author may not have intended to support it.
EVP_PKEY_CTX_set_scrypt_p
int EVP_PKEY_CTX_set_scrypt_p(EVP_PKEY_CTX* pctx, ulong p)
Undocumented in source. Be warned that the author may not have intended to support it.
EVP_PKEY_CTX_set_scrypt_r
int EVP_PKEY_CTX_set_scrypt_r(EVP_PKEY_CTX* pctx, ulong r)
Undocumented in source. Be warned that the author may not have intended to support it.
EVP_chacha20
const(EVP_CIPHER)* EVP_chacha20()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EVP_chacha20_poly1305
const(EVP_CIPHER)* EVP_chacha20_poly1305()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Variables

EVP_CTRL_AEAD_GET_TAG
enum int EVP_CTRL_AEAD_GET_TAG;
Undocumented in source.
EVP_CTRL_AEAD_SET_IVLEN
enum int EVP_CTRL_AEAD_SET_IVLEN;
Undocumented in source.
EVP_CTRL_AEAD_SET_TAG
enum int EVP_CTRL_AEAD_SET_TAG;
Undocumented in source.
EVP_PKEY_HKDF
enum int EVP_PKEY_HKDF;
Undocumented in source.
EVP_PKEY_SCRYPT
enum int EVP_PKEY_SCRYPT;
Undocumented in source.

Meta