Home
last modified time | relevance | path

Searched defs:cipherName (Results 1 – 4 of 4) sorted by relevance

/test/xts/acts/security/crypto_framework_napi_BasicTest/include/
Dcrypto_framework_asym_cipher_test.h42 const char *cipherName; member
48 const char *cipherName; member
Dcrypto_framework_mac_test.h31 const char *cipherName; member
/test/xts/acts/security/crypto_framework_napi_BasicTest/src/
Dcrypto_framework_asym_cipher_test.cpp559 const char *cipherName = "SM2_256|SM3"; variable
598 const char *cipherName = "RSA512|NoPadding"; variable
636 const char *cipherName = "RSA512|PKCS1"; variable
673 const char *cipherName = "RSA512|PKCS1_OAEP|MD5|MGF1_MD5"; variable
710 const char *cipherName = "RSA512|PKCS1"; variable
758 const char *cipherName = "RSA512|PKCS1"; variable
805 const char *cipherName = "RSA512|PKCS1"; variable
1042 const char *cipherName = "SM2_256|SM3"; variable
Dcrypto_framework_mac_test.cpp67 static OH_Crypto_ErrCode OHTEST_CryptoCmac_SetParam(OH_CryptoMac *ctx, const char *cipherName) in OHTEST_CryptoCmac_SetParam()