Add AES-SHA256 stitch.
[openssl.git] / crypto / objects / obj_mac.h
index 7776abe72d28d82b2ba13751ea4c473ad0758a83..68063777d84319aa0379c69281b23aa99c8c6cde 100644 (file)
 #define NID_sha1WithRSAEncryption              65
 #define OBJ_sha1WithRSAEncryption              OBJ_pkcs1,5L
 
+#define SN_rsaesOaep           "RSAES-OAEP"
+#define LN_rsaesOaep           "rsaesOaep"
+#define NID_rsaesOaep          919
+#define OBJ_rsaesOaep          OBJ_pkcs1,7L
+
+#define SN_mgf1                "MGF1"
+#define LN_mgf1                "mgf1"
+#define NID_mgf1               911
+#define OBJ_mgf1               OBJ_pkcs1,8L
+
+#define SN_rsassaPss           "RSASSA-PSS"
+#define LN_rsassaPss           "rsassaPss"
+#define NID_rsassaPss          912
+#define OBJ_rsassaPss          OBJ_pkcs1,10L
+
 #define SN_sha256WithRSAEncryption             "RSA-SHA256"
 #define LN_sha256WithRSAEncryption             "sha256WithRSAEncryption"
 #define NID_sha256WithRSAEncryption            668
 #define LN_aes_256_ctr         "aes-256-ctr"
 #define NID_aes_256_ctr                906
 
+#define SN_aes_128_xts         "AES-128-XTS"
+#define LN_aes_128_xts         "aes-128-xts"
+#define NID_aes_128_xts                913
+
+#define SN_aes_256_xts         "AES-256-XTS"
+#define LN_aes_256_xts         "aes-256-xts"
+#define NID_aes_256_xts                914
+
 #define SN_des_cfb1            "DES-CFB1"
 #define LN_des_cfb1            "des-cfb1"
 #define NID_des_cfb1           656
 #define LN_cmac                "cmac"
 #define NID_cmac               894
 
+#define SN_rc4_hmac_md5                "RC4-HMAC-MD5"
+#define LN_rc4_hmac_md5                "rc4-hmac-md5"
+#define NID_rc4_hmac_md5               915
+
+#define SN_aes_128_cbc_hmac_sha1               "AES-128-CBC-HMAC-SHA1"
+#define LN_aes_128_cbc_hmac_sha1               "aes-128-cbc-hmac-sha1"
+#define NID_aes_128_cbc_hmac_sha1              916
+
+#define SN_aes_192_cbc_hmac_sha1               "AES-192-CBC-HMAC-SHA1"
+#define LN_aes_192_cbc_hmac_sha1               "aes-192-cbc-hmac-sha1"
+#define NID_aes_192_cbc_hmac_sha1              917
+
+#define SN_aes_256_cbc_hmac_sha1               "AES-256-CBC-HMAC-SHA1"
+#define LN_aes_256_cbc_hmac_sha1               "aes-256-cbc-hmac-sha1"
+#define NID_aes_256_cbc_hmac_sha1              918
+
+#define SN_aes_128_cbc_hmac_sha256             "AES-128-CBC-HMAC-SHA256"
+#define LN_aes_128_cbc_hmac_sha256             "aes-128-cbc-hmac-sha256"
+#define NID_aes_128_cbc_hmac_sha256            935
+
+#define SN_aes_192_cbc_hmac_sha256             "AES-192-CBC-HMAC-SHA256"
+#define LN_aes_192_cbc_hmac_sha256             "aes-192-cbc-hmac-sha256"
+#define NID_aes_192_cbc_hmac_sha256            936
+
+#define SN_aes_256_cbc_hmac_sha256             "AES-256-CBC-HMAC-SHA256"
+#define LN_aes_256_cbc_hmac_sha256             "aes-256-cbc-hmac-sha256"
+#define NID_aes_256_cbc_hmac_sha256            937
+
+#define SN_dhpublicnumber              "dhpublicnumber"
+#define LN_dhpublicnumber              "X9.42 DH"
+#define NID_dhpublicnumber             920
+#define OBJ_dhpublicnumber             OBJ_ISO_US,10046L,2L,1L
+
+#define SN_brainpoolP160r1             "brainpoolP160r1"
+#define NID_brainpoolP160r1            921
+#define OBJ_brainpoolP160r1            1L,3L,36L,3L,3L,2L,8L,1L,1L,1L
+
+#define SN_brainpoolP160t1             "brainpoolP160t1"
+#define NID_brainpoolP160t1            922
+#define OBJ_brainpoolP160t1            1L,3L,36L,3L,3L,2L,8L,1L,1L,2L
+
+#define SN_brainpoolP192r1             "brainpoolP192r1"
+#define NID_brainpoolP192r1            923
+#define OBJ_brainpoolP192r1            1L,3L,36L,3L,3L,2L,8L,1L,1L,3L
+
+#define SN_brainpoolP192t1             "brainpoolP192t1"
+#define NID_brainpoolP192t1            924
+#define OBJ_brainpoolP192t1            1L,3L,36L,3L,3L,2L,8L,1L,1L,4L
+
+#define SN_brainpoolP224r1             "brainpoolP224r1"
+#define NID_brainpoolP224r1            925
+#define OBJ_brainpoolP224r1            1L,3L,36L,3L,3L,2L,8L,1L,1L,5L
+
+#define SN_brainpoolP224t1             "brainpoolP224t1"
+#define NID_brainpoolP224t1            926
+#define OBJ_brainpoolP224t1            1L,3L,36L,3L,3L,2L,8L,1L,1L,6L
+
+#define SN_brainpoolP256r1             "brainpoolP256r1"
+#define NID_brainpoolP256r1            927
+#define OBJ_brainpoolP256r1            1L,3L,36L,3L,3L,2L,8L,1L,1L,7L
+
+#define SN_brainpoolP256t1             "brainpoolP256t1"
+#define NID_brainpoolP256t1            928
+#define OBJ_brainpoolP256t1            1L,3L,36L,3L,3L,2L,8L,1L,1L,8L
+
+#define SN_brainpoolP320r1             "brainpoolP320r1"
+#define NID_brainpoolP320r1            929
+#define OBJ_brainpoolP320r1            1L,3L,36L,3L,3L,2L,8L,1L,1L,9L
+
+#define SN_brainpoolP320t1             "brainpoolP320t1"
+#define NID_brainpoolP320t1            930
+#define OBJ_brainpoolP320t1            1L,3L,36L,3L,3L,2L,8L,1L,1L,10L
+
+#define SN_brainpoolP384r1             "brainpoolP384r1"
+#define NID_brainpoolP384r1            931
+#define OBJ_brainpoolP384r1            1L,3L,36L,3L,3L,2L,8L,1L,1L,11L
+
+#define SN_brainpoolP384t1             "brainpoolP384t1"
+#define NID_brainpoolP384t1            932
+#define OBJ_brainpoolP384t1            1L,3L,36L,3L,3L,2L,8L,1L,1L,12L
+
+#define SN_brainpoolP512r1             "brainpoolP512r1"
+#define NID_brainpoolP512r1            933
+#define OBJ_brainpoolP512r1            1L,3L,36L,3L,3L,2L,8L,1L,1L,13L
+
+#define SN_brainpoolP512t1             "brainpoolP512t1"
+#define NID_brainpoolP512t1            934
+#define OBJ_brainpoolP512t1            1L,3L,36L,3L,3L,2L,8L,1L,1L,14L
+