Lines Matching refs:ALG_YES
18 #define ALG_YES YES macro
40 #define ALG_RSA ALG_YES
41 #define ALG_SHA1 ALG_YES
42 #define ALG_HMAC ALG_YES
43 #define ALG_AES ALG_YES
44 #define ALG_MGF1 ALG_YES
45 #define ALG_XOR ALG_YES
46 #define ALG_KEYEDHASH ALG_YES
47 #define ALG_SHA256 ALG_YES
48 #define ALG_SHA384 ALG_YES
49 #define ALG_SHA512 ALG_YES
52 #define ALG_RSASSA (ALG_YES*ALG_RSA)
53 #define ALG_RSAES (ALG_YES*ALG_RSA)
54 #define ALG_RSAPSS (ALG_YES*ALG_RSA)
55 #define ALG_OAEP (ALG_YES*ALG_RSA)
56 #define ALG_ECC ALG_YES
57 #define ALG_ECDH (ALG_YES*ALG_ECC)
58 #define ALG_ECDSA (ALG_YES*ALG_ECC)
64 #define ALG_ECDAA (ALG_YES*ALG_ECC)
65 #define ALG_SM2 (ALG_YES*ALG_ECC)
66 #define ALG_ECSCHNORR (ALG_YES*ALG_ECC)
69 #define ALG_SYMCIPHER ALG_YES
70 #define ALG_KDF1_SP800_56A (ALG_YES*ALG_ECC)
72 #define ALG_KDF1_SP800_108 ALG_YES
73 #define ALG_CTR ALG_YES
74 #define ALG_OFB ALG_YES
75 #define ALG_CBC ALG_YES
76 #define ALG_CFB ALG_YES
77 #define ALG_ECB ALG_YES