Home
last modified time | relevance | path

Searched refs:RSA_PK_BN (Results 1 - 13 of 13) sorted by relevance

/base/security/crypto_framework/interfaces/inner_api/key/
H A Dkey.h46 RSA_PK_BN = 303, enumerator
/base/security/crypto_framework/test/unittest/src/
H A Dcrypto_rsa_asy_key_generator_by_spec_cov_test.cpp675 res = keyPair->priKey->getAsyKeySpecBigInteger(keyPair->priKey, RSA_PK_BN, &retN); in HWTEST_F()
701 res = keyPair->priKey->getAsyKeySpecBigInteger(keyPair->priKey, RSA_PK_BN, nullptr); in HWTEST_F()
727 res = keyPair->priKey->getAsyKeySpecBigInteger(nullptr, RSA_PK_BN, &retN); in HWTEST_F()
761 res = keyPair->priKey->getAsyKeySpecBigInteger(keyPairEcc->priKey, RSA_PK_BN, &retN); in HWTEST_F()
H A Dcrypto_rsa1024_asy_key_generator_by_spec_test.cpp535 res = keyPair->pubKey->getAsyKeySpecBigInteger(keyPair->pubKey, RSA_PK_BN, &e); in HWTEST_F()
927 res = pubKey->getAsyKeySpecBigInteger(pubKey, RSA_PK_BN, &e); in HWTEST_F()
1299 res = pubKey->getAsyKeySpecBigInteger(pubKey, RSA_PK_BN, &e); in HWTEST_F()
1485 res = pubKey->getAsyKeySpecBigInteger(dupKeyPair->pubKey, RSA_PK_BN, &dupE); in HWTEST_F()
1593 res = pubKey->getAsyKeySpecBigInteger(dupKeyPair->pubKey, RSA_PK_BN, &dupE); in HWTEST_F()
1698 res = pubKey->getAsyKeySpecBigInteger(dupKeyPair->pubKey, RSA_PK_BN, &dupE); in HWTEST_F()
2004 res = pubKey->getAsyKeySpecBigInteger(pubKey, RSA_PK_BN, &returnE); in HWTEST_F()
2047 res = pubKey->getAsyKeySpecBigInteger(pubKey, RSA_PK_BN, &returnE); in HWTEST_F()
H A Dcrypto_rsa8192_asy_key_generator_by_spec_test.cpp534 res = keyPair->pubKey->getAsyKeySpecBigInteger(keyPair->pubKey, RSA_PK_BN, &e); in HWTEST_F()
926 res = pubKey->getAsyKeySpecBigInteger(pubKey, RSA_PK_BN, &e); in HWTEST_F()
1298 res = pubKey->getAsyKeySpecBigInteger(pubKey, RSA_PK_BN, &e); in HWTEST_F()
1484 res = pubKey->getAsyKeySpecBigInteger(dupKeyPair->pubKey, RSA_PK_BN, &dupE); in HWTEST_F()
1592 res = pubKey->getAsyKeySpecBigInteger(dupKeyPair->pubKey, RSA_PK_BN, &dupE); in HWTEST_F()
1697 res = pubKey->getAsyKeySpecBigInteger(dupKeyPair->pubKey, RSA_PK_BN, &dupE); in HWTEST_F()
2003 res = pubKey->getAsyKeySpecBigInteger(pubKey, RSA_PK_BN, &returnE); in HWTEST_F()
2046 res = pubKey->getAsyKeySpecBigInteger(pubKey, RSA_PK_BN, &returnE); in HWTEST_F()
H A Dcrypto_rsa3072_asy_key_generator_by_spec_test.cpp534 res = keyPair->pubKey->getAsyKeySpecBigInteger(keyPair->pubKey, RSA_PK_BN, &e); in HWTEST_F()
926 res = pubKey->getAsyKeySpecBigInteger(pubKey, RSA_PK_BN, &e); in HWTEST_F()
1298 res = pubKey->getAsyKeySpecBigInteger(pubKey, RSA_PK_BN, &e); in HWTEST_F()
1484 res = pubKey->getAsyKeySpecBigInteger(dupKeyPair->pubKey, RSA_PK_BN, &dupE); in HWTEST_F()
1592 res = pubKey->getAsyKeySpecBigInteger(dupKeyPair->pubKey, RSA_PK_BN, &dupE); in HWTEST_F()
1697 res = pubKey->getAsyKeySpecBigInteger(dupKeyPair->pubKey, RSA_PK_BN, &dupE); in HWTEST_F()
2003 res = pubKey->getAsyKeySpecBigInteger(pubKey, RSA_PK_BN, &returnE); in HWTEST_F()
2046 res = pubKey->getAsyKeySpecBigInteger(pubKey, RSA_PK_BN, &returnE); in HWTEST_F()
H A Dcrypto_rsa512_asy_key_generator_by_spec_test.cpp535 res = keyPair->pubKey->getAsyKeySpecBigInteger(keyPair->pubKey, RSA_PK_BN, &e); in HWTEST_F()
927 res = pubKey->getAsyKeySpecBigInteger(pubKey, RSA_PK_BN, &e); in HWTEST_F()
1299 res = pubKey->getAsyKeySpecBigInteger(pubKey, RSA_PK_BN, &e); in HWTEST_F()
1485 res = pubKey->getAsyKeySpecBigInteger(dupKeyPair->pubKey, RSA_PK_BN, &dupE); in HWTEST_F()
1593 res = pubKey->getAsyKeySpecBigInteger(dupKeyPair->pubKey, RSA_PK_BN, &dupE); in HWTEST_F()
1698 res = pubKey->getAsyKeySpecBigInteger(dupKeyPair->pubKey, RSA_PK_BN, &dupE); in HWTEST_F()
2004 res = pubKey->getAsyKeySpecBigInteger(pubKey, RSA_PK_BN, &returnE); in HWTEST_F()
2047 res = pubKey->getAsyKeySpecBigInteger(pubKey, RSA_PK_BN, &returnE); in HWTEST_F()
H A Dcrypto_rsa2048_asy_key_generator_by_spec_test.cpp534 res = keyPair->pubKey->getAsyKeySpecBigInteger(keyPair->pubKey, RSA_PK_BN, &e); in HWTEST_F()
926 res = pubKey->getAsyKeySpecBigInteger(pubKey, RSA_PK_BN, &e); in HWTEST_F()
1298 res = pubKey->getAsyKeySpecBigInteger(pubKey, RSA_PK_BN, &e); in HWTEST_F()
1484 res = pubKey->getAsyKeySpecBigInteger(dupKeyPair->pubKey, RSA_PK_BN, &dupE); in HWTEST_F()
1592 res = pubKey->getAsyKeySpecBigInteger(dupKeyPair->pubKey, RSA_PK_BN, &dupE); in HWTEST_F()
1697 res = pubKey->getAsyKeySpecBigInteger(dupKeyPair->pubKey, RSA_PK_BN, &dupE); in HWTEST_F()
2003 res = pubKey->getAsyKeySpecBigInteger(pubKey, RSA_PK_BN, &returnE); in HWTEST_F()
2046 res = pubKey->getAsyKeySpecBigInteger(pubKey, RSA_PK_BN, &returnE); in HWTEST_F()
H A Dcrypto_rsa4096_asy_key_generator_by_spec_test.cpp534 res = keyPair->pubKey->getAsyKeySpecBigInteger(keyPair->pubKey, RSA_PK_BN, &e); in HWTEST_F()
926 res = pubKey->getAsyKeySpecBigInteger(pubKey, RSA_PK_BN, &e); in HWTEST_F()
1298 res = pubKey->getAsyKeySpecBigInteger(pubKey, RSA_PK_BN, &e); in HWTEST_F()
1484 res = pubKey->getAsyKeySpecBigInteger(dupKeyPair->pubKey, RSA_PK_BN, &dupE); in HWTEST_F()
1592 res = pubKey->getAsyKeySpecBigInteger(dupKeyPair->pubKey, RSA_PK_BN, &dupE); in HWTEST_F()
1697 res = pubKey->getAsyKeySpecBigInteger(dupKeyPair->pubKey, RSA_PK_BN, &dupE); in HWTEST_F()
2003 res = pubKey->getAsyKeySpecBigInteger(pubKey, RSA_PK_BN, &returnE); in HWTEST_F()
2046 res = pubKey->getAsyKeySpecBigInteger(pubKey, RSA_PK_BN, &returnE); in HWTEST_F()
H A Dcrypto_rsa768_asy_key_generator_by_spec_test.cpp534 res = keyPair->pubKey->getAsyKeySpecBigInteger(keyPair->pubKey, RSA_PK_BN, &e); in HWTEST_F()
926 res = pubKey->getAsyKeySpecBigInteger(pubKey, RSA_PK_BN, &e); in HWTEST_F()
1298 res = pubKey->getAsyKeySpecBigInteger(pubKey, RSA_PK_BN, &e); in HWTEST_F()
1484 res = pubKey->getAsyKeySpecBigInteger(dupKeyPair->pubKey, RSA_PK_BN, &dupE); in HWTEST_F()
1592 res = pubKey->getAsyKeySpecBigInteger(dupKeyPair->pubKey, RSA_PK_BN, &dupE); in HWTEST_F()
1697 res = pubKey->getAsyKeySpecBigInteger(dupKeyPair->pubKey, RSA_PK_BN, &dupE); in HWTEST_F()
2003 res = pubKey->getAsyKeySpecBigInteger(pubKey, RSA_PK_BN, &returnE); in HWTEST_F()
2046 res = pubKey->getAsyKeySpecBigInteger(pubKey, RSA_PK_BN, &returnE); in HWTEST_F()
H A Dcrypto_rsa_asy_key_generator_test.cpp1232 res = pubKey->getAsyKeySpecBigInteger(pubKey, RSA_PK_BN, &returnE); in HWTEST_F()
/base/security/crypto_framework/frameworks/js/napi/crypto/src/
H A Dnapi_init.cpp114 AddUint32Property(env, code, "RSA_PK_BN", RSA_PK_BN); in CreateAsyKeySpecItemCode()
H A Dnapi_utils.cpp65 { RSA_PK_BN, SPEC_ITEM_TYPE_BIG_INT },
/base/security/crypto_framework/plugin/openssl_plugin/key/asy_key_generator/src/
H A Drsa_asy_key_generator_openssl.c238 } else if (item == RSA_PK_BN) { in GetRsaPubKeySpecBigInteger()

Completed in 33 milliseconds