Home
last modified time | relevance | path

Searched defs:rsa (Results 101 - 125 of 159) sorted by relevance

1234567

/base/security/huks/utils/crypto_adapter/
H A Dhks_client_service_adapter.c82 RSA *rsa = NULL; in RsaToX509PublicKey() local
453 const RSA *rsa = EVP_PKEY_get0_RSA(pkey); in X509PublicKeyToRsa() local
[all...]
/kernel/linux/linux-5.10/drivers/crypto/ccp/
H A Dccp-crypto.h266 struct ccp_rsa_ctx rsa; member
H A Dccp-ops.c1837 struct ccp_rsa_engine *rsa = &cmd->u.rsa; in ccp_run_rsa_cmd() local
[all...]
H A Dccp-dev-v5.c119 } rsa; member
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_ipsec.c396 struct rx_sa *rsa; in ixgbe_ipsec_find_rx_state() local
589 struct rx_sa rsa; in ixgbe_ipsec_add_sa() local
761 struct rx_sa *rsa; ixgbe_ipsec_del_sa() local
1008 struct rx_sa *rsa; ixgbe_ipsec_vf_del_sa() local
[all...]
/kernel/linux/linux-6.6/drivers/crypto/ccp/
H A Dccp-crypto.h267 struct ccp_rsa_ctx rsa; member
H A Dccp-ops.c1837 struct ccp_rsa_engine *rsa = &cmd->u.rsa; in ccp_run_rsa_cmd() local
[all...]
H A Dccp-dev-v5.c119 } rsa; member
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_ipsec.c396 struct rx_sa *rsa; in ixgbe_ipsec_find_rx_state() local
595 struct rx_sa rsa; in ixgbe_ipsec_add_sa() local
767 struct rx_sa *rsa; ixgbe_ipsec_del_sa() local
1013 struct rx_sa *rsa; ixgbe_ipsec_vf_del_sa() local
[all...]
/third_party/mbedtls/library/
H A Dpk_wrap.c60 const mbedtls_rsa_context *rsa = (const mbedtls_rsa_context *) pk->pk_ctx; in rsa_get_bitlen() local
69 mbedtls_rsa_context *rsa = (mbedtls_rsa_context *) pk->pk_ctx; in rsa_verify_wrap() local
135 mbedtls_rsa_context *rsa = (mbedtls_rsa_context *) pk->pk_ctx; in rsa_verify_wrap() local
259 mbedtls_rsa_context *rsa = (mbedtls_rsa_context *) pk->pk_ctx; rsa_sign_wrap() local
284 mbedtls_rsa_context *rsa = (mbedtls_rsa_context *) pk->pk_ctx; rsa_decrypt_wrap() local
350 mbedtls_rsa_context *rsa = (mbedtls_rsa_context *) pk->pk_ctx; rsa_decrypt_wrap() local
367 mbedtls_rsa_context *rsa = (mbedtls_rsa_context *) pk->pk_ctx; rsa_encrypt_wrap() local
432 mbedtls_rsa_context *rsa = (mbedtls_rsa_context *) pk->pk_ctx; rsa_encrypt_wrap() local
[all...]
H A Dpk.c384 static psa_algorithm_t psa_algorithm_for_rsa(const mbedtls_rsa_context *rsa, in psa_algorithm_for_rsa() argument
445 mbedtls_rsa_context *rsa = mbedtls_pk_rsa(*pk); in mbedtls_pk_get_psa_attributes() local
/third_party/mbedtls/tests/src/
H A Dpsa_exercise_key.c1266 const mbedtls_rsa_context *rsa = mbedtls_pk_rsa(*pk); in mbedtls_test_key_consistency_psa_pk() local
/third_party/node/deps/openssl/openssl/providers/implementations/encode_decode/
H A Dencode_key2text.c630 const RSA *rsa = key; in rsa_to_text() local
[all...]
/third_party/node/deps/openssl/openssl/providers/implementations/signature/
H A Drsa_sig.c78 RSA *rsa; member
[all...]
/third_party/openssl/providers/implementations/signature/
H A Drsa_sig.c78 RSA *rsa; member
[all...]
/third_party/openssl/ohos_lite/include/crypto/
H A Devp.h405 struct rsa_st *rsa; /* RSA */ member
/third_party/openssl/providers/implementations/encode_decode/
H A Dencode_key2text.c643 const RSA *rsa = key; in rsa_to_text() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Dcrypto_libtomcrypt.c412 rsa_key rsa; member
416 rsa_key rsa; member
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Dcrypto_libtomcrypt.c412 rsa_key rsa; member
416 rsa_key rsa; member
[all...]
/base/security/crypto_framework/plugin/openssl_plugin/key/asy_key_generator/src/
H A Drsa_asy_key_generator_openssl.c366 static HcfResult ConvertPubKeyFromX509(HcfBlob *x509Blob, RSA **rsa) in ConvertPubKeyFromX509() argument
378 static HcfResult ConvertPriKeyFromPKCS8(HcfBlob *pkcs8Blob, RSA **rsa) in ConvertPriKeyFromPKCS8() argument
399 static HcfResult EncodePubKeyToX509(RSA *rsa, HcfBlob *returnBlob) in EncodePubKeyToX509() argument
413 static HcfResult EncodePriKeyToPKCS8(RSA *rsa, HcfBlob *returnBlob) in EncodePriKeyToPKCS8() argument
816 static HcfResult DuplicatePkAndSkFromRSA(RSA *rsa, RSA **pubKey, RSA **priKey) in DuplicatePkAndSkFromRSA() argument
835 PackKeyPair(RSA *rsa, uint32_t realBits, HcfOpensslRsaKeyPair **retKeyPair) PackKeyPair() argument
908 RSA *rsa = OpensslRsaNew(); GenerateKeyPair() local
1004 ConvertPemKeyToKey(const char *keyStr, int selection, RSA **rsa) ConvertPemKeyToKey() argument
1231 RSA *rsa = NULL; InitRsaStructByBin() local
1263 RSA *rsa = InitRsaStructByBin(paramsSpec); GenerateKeyPairBySpec() local
1315 RSA *rsa = InitRsaStructByBin(paramsSpec); GeneratePubKeyBySpec() local
1342 RSA *rsa = InitRsaStructByBin(paramsSpec); GeneratePriKeyBySpec() local
[all...]
/kernel/linux/linux-5.10/drivers/crypto/qat/qat_common/
H A Dqat_asym_algs.c116 struct qat_rsa_input_params rsa; member
120 struct qat_rsa_output_params rsa; member
129 struct qat_rsa_ctx *rsa; member
133 struct akcipher_request *rsa; member
1255 static struct akcipher_alg rsa = { global() variable
[all...]
/kernel/linux/linux-5.10/drivers/crypto/hisilicon/hpre/
H A Dhpre_crypto.c81 struct hpre_rsa_ctx rsa; member
92 struct akcipher_request *rsa; member
1118 static struct akcipher_alg rsa = { global() variable
[all...]
/kernel/linux/linux-6.6/drivers/crypto/intel/qat/qat_common/
H A Dqat_asym_algs.c117 struct qat_rsa_input_params rsa; member
121 struct qat_rsa_output_params rsa; member
130 struct qat_rsa_ctx *rsa; member
134 struct akcipher_request *rsa; member
1249 static struct akcipher_alg rsa = { global() variable
[all...]
/third_party/curl/lib/vssh/
H A Dssh.h137 char *rsa; /* strdup'ed private key file */ member
/third_party/mbedtls/programs/test/
H A Dbenchmark.c513 rsa, dhm, ecdsa, ecdh; member
1046 mbedtls_rsa_context rsa; in main() local
[all...]

Completed in 40 milliseconds

1234567