Home
last modified time | relevance | path

Searched defs:rsa (Results 1 - 25 of 167) sorted by relevance

1234567

/third_party/node/deps/openssl/openssl/crypto/rsa/
H A Drsa_depr.c34 RSA *rsa = RSA_new(); in RSA_generate_key() local
H A Drsa_mp.c61 int ossl_rsa_multip_calc_product(RSA *rsa) in ossl_rsa_multip_calc_product() argument
H A Drsa_saos.c23 RSA_sign_ASN1_OCTET_STRING(int type, const unsigned char *m, unsigned int m_len, unsigned char *sigret, unsigned int *siglen, RSA *rsa) RSA_sign_ASN1_OCTET_STRING() argument
59 RSA_verify_ASN1_OCTET_STRING(int dtype, const unsigned char *m, unsigned int m_len, unsigned char *sigbuf, unsigned int siglen, RSA *rsa) RSA_verify_ASN1_OCTET_STRING() argument
/third_party/openssl/crypto/rsa/
H A Drsa_depr.c34 RSA *rsa = RSA_new(); in RSA_generate_key() local
H A Drsa_saos.c23 RSA_sign_ASN1_OCTET_STRING(int type, const unsigned char *m, unsigned int m_len, unsigned char *sigret, unsigned int *siglen, RSA *rsa) RSA_sign_ASN1_OCTET_STRING() argument
59 RSA_verify_ASN1_OCTET_STRING(int dtype, const unsigned char *m, unsigned int m_len, unsigned char *sigbuf, unsigned int siglen, RSA *rsa) RSA_verify_ASN1_OCTET_STRING() argument
H A Drsa_mp.c61 int ossl_rsa_multip_calc_product(RSA *rsa) in ossl_rsa_multip_calc_product() argument
/third_party/mbedtls/programs/pkey/
H A Drsa_verify.c39 mbedtls_rsa_context rsa; in main() local
H A Drsa_genkey.c56 mbedtls_rsa_context rsa; in main() local
H A Drsa_decrypt.c43 mbedtls_rsa_context rsa; in main() local
H A Drsa_sign.c38 mbedtls_rsa_context rsa; in main() local
H A Drsa_encrypt.c41 mbedtls_rsa_context rsa; in main() local
/third_party/node/deps/openssl/openssl/crypto/evp/
H A Dp_enc.c25 RSA *rsa = NULL; in EVP_PKEY_encrypt_old() local
H A Dp_dec.c25 RSA *rsa = NULL; in EVP_PKEY_decrypt_old() local
/third_party/openssl/crypto/evp/
H A Dp_enc.c25 RSA *rsa = NULL; in EVP_PKEY_encrypt_old() local
H A Dp_dec.c25 RSA *rsa = NULL; in EVP_PKEY_decrypt_old() local
/base/security/crypto_framework/plugin/openssl_plugin/common/src/
H A Drsa_openssl_common.c20 static RSA *DuplicateRsaPriKeyForSpec(const RSA *rsa) in DuplicateRsaPriKeyForSpec() argument
58 HcfResult DuplicateRsa(RSA *rsa, bool needPrivate, RSA **dupRsa) in DuplicateRsa() argument
83 EVP_PKEY *NewEvpPkeyByRsa(RSA *rsa, bool withDuplicate) in NewEvpPkeyByRsa() argument
[all...]
/base/update/sys_installer_lite/frameworks/source/verify/
H A Dapp_rsa.c22 void AppRsaInit(AppRsaContext *rsa) in AppRsaInit() argument
31 int32 AppRsaDecodePublicKey(AppRsaContext *rsa, const uint8 *publicKey, uint32 length) in AppRsaDecodePublicKey() argument
45 int32 AppVerifyData(AppRsaContext *rsa, const uint8 *plainBuf, uint32 plainBufLen, const uint8 *cipherBuf, in AppVerifyData() argument
71 AppRsaFree(AppRsaContext *rsa) AppRsaFree() argument
[all...]
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/cipher/src/drv/cipher_v1.0/drivers/core/include/
H A Ddrv_srsa.h37 hi_u32 rsa : 1; /* Support RSA */ member
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/cipher/src/drv/cipher_v1.0/drivers/
H A Dkapi_rsa.c57 hi_s32 kapi_rsa_encrypt(cryp_rsa_key *key, cryp_rsa_crypt_data *rsa) in kapi_rsa_encrypt() argument
73 hi_s32 kapi_rsa_decrypt(cryp_rsa_key *key, cryp_rsa_crypt_data *rsa) in kapi_rsa_decrypt() argument
89 hi_s32 kapi_rsa_sign_hash(cryp_rsa_key *key, cryp_rsa_sign_data *rsa) in kapi_rsa_sign_hash() argument
105 hi_s32 kapi_rsa_verify_hash(cryp_rsa_key *key, cryp_rsa_sign_data *rsa) in kapi_rsa_verify_hash() argument
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/uc/
H A Dintel_guc_fw.c47 u32 rsa[UOS_RSA_SCRATCH_COUNT]; in guc_xfer_rsa() local
/third_party/mbedtls/programs/fuzz/
H A Dfuzz_pubkey.c23 mbedtls_rsa_context *rsa; in LLVMFuzzerTestOneInput() local
/third_party/node/deps/openssl/openssl/ssl/
H A Dssl_rsa_legacy.c17 int SSL_use_RSAPrivateKey(SSL *ssl, RSA *rsa) in SSL_use_RSAPrivateKey() argument
47 RSA *rsa = NULL; in SSL_use_RSAPrivateKey_file() local
86 RSA *rsa; SSL_use_RSAPrivateKey_ASN1() local
99 SSL_CTX_use_RSAPrivateKey(SSL_CTX *ctx, RSA *rsa) SSL_CTX_use_RSAPrivateKey() argument
129 RSA *rsa = NULL; SSL_CTX_use_RSAPrivateKey_file() local
169 RSA *rsa; SSL_CTX_use_RSAPrivateKey_ASN1() local
[all...]
/third_party/openssl/ssl/
H A Dssl_rsa_legacy.c17 int SSL_use_RSAPrivateKey(SSL *ssl, RSA *rsa) in SSL_use_RSAPrivateKey() argument
47 RSA *rsa = NULL; in SSL_use_RSAPrivateKey_file() local
86 RSA *rsa; SSL_use_RSAPrivateKey_ASN1() local
99 SSL_CTX_use_RSAPrivateKey(SSL_CTX *ctx, RSA *rsa) SSL_CTX_use_RSAPrivateKey() argument
129 RSA *rsa = NULL; SSL_CTX_use_RSAPrivateKey_file() local
169 RSA *rsa; SSL_CTX_use_RSAPrivateKey_ASN1() local
[all...]
/test/testfwk/xdevice/src/xdevice/_core/report/
H A Dencrypt.py70 import rsa namespace
106 import rsa namespace
/third_party/curl/docs/examples/
H A Dusercertinmem.c51 RSA *rsa = NULL; in sslctx_function() local

Completed in 9 milliseconds

1234567