diff options
author | Hans Nilsson <[email protected]> | 2019-04-16 12:27:15 +0200 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2019-04-17 16:35:20 +0200 |
commit | c500d66b68ff0fe174128926318f3eead4dcbb15 (patch) | |
tree | 19578100cefe6fb9208186b36ea9215812c58cd5 /lib/crypto/c_src/atoms.h | |
parent | 2587405769912b165b4c97d827411db09d7a7882 (diff) | |
download | otp-c500d66b68ff0fe174128926318f3eead4dcbb15.tar.gz otp-c500d66b68ff0fe174128926318f3eead4dcbb15.tar.bz2 otp-c500d66b68ff0fe174128926318f3eead4dcbb15.zip |
crypto: New function supports/1
Takes argument hashs, public_keys, ciphers, macs, curves or rsa_opts. Returns the algorithm names, but ONLY the openssl names. supports/0 still returns aliases and misspellings.
Diffstat (limited to 'lib/crypto/c_src/atoms.h')
-rw-r--r-- | lib/crypto/c_src/atoms.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/crypto/c_src/atoms.h b/lib/crypto/c_src/atoms.h index 24f6dc26fd..f5913de96f 100644 --- a/lib/crypto/c_src/atoms.h +++ b/lib/crypto/c_src/atoms.h @@ -74,6 +74,7 @@ extern ERL_NIF_TERM atom_onbasis; extern ERL_NIF_TERM atom_aes_cfb8; extern ERL_NIF_TERM atom_aes_cfb128; +extern ERL_NIF_TERM atom_aes_ige256; #ifdef HAVE_GCM extern ERL_NIF_TERM atom_aes_gcm; #endif |