/third_party/ntfs-3g/ntfsprogs/ |
H A D | ntfsdecrypt.c | 417 gcry_sexp_t rsa_key; in ntfs_rsa_private_key_import_from_gnutls() local 433 rsa_key = NULL; in ntfs_rsa_private_key_import_from_gnutls() 446 if (i == 6 && gcry_sexp_build(&rsa_key, NULL, in ntfs_rsa_private_key_import_from_gnutls() 451 rsa_key = NULL; in ntfs_rsa_private_key_import_from_gnutls() 456 return (ntfs_rsa_private_key)rsa_key; in ntfs_rsa_private_key_import_from_gnutls() 462 static void ntfs_rsa_private_key_release(ntfs_rsa_private_key rsa_key) in ntfs_rsa_private_key_release() argument 464 gcry_sexp_release((gcry_sexp_t)rsa_key); in ntfs_rsa_private_key_release() 480 ntfs_rsa_private_key rsa_key = NULL; in ntfs_pkcs12_extract_rsa_key() local 610 rsa_key = ntfs_rsa_private_key_import_from_gnutls(pkey); in ntfs_pkcs12_extract_rsa_key() 611 if (!rsa_key) in ntfs_pkcs12_extract_rsa_key() 764 ntfs_raw_fek_decrypt(u8 *fek, u32 fek_size, ntfs_rsa_private_key rsa_key) ntfs_raw_fek_decrypt() argument 1163 ntfs_df_array_fek_get(EFS_DF_ARRAY_HEADER *df_array, ntfs_rsa_private_key rsa_key, char *thumbprint, int thumbprint_size) ntfs_df_array_fek_get() argument 1232 ntfs_inode_fek_get(ntfs_inode *inode, ntfs_rsa_private_key rsa_key, char *thumbprint, int thumbprint_size, NTFS_DF_TYPES df_type) ntfs_inode_fek_get() argument 1541 ntfs_rsa_private_key rsa_key; main() local [all...] |
/third_party/pulseaudio/src/modules/raop/ |
H A D | raop-crypto.c | 175 uint8_t rsa_key[512]; in pa_raop_secret_get_key() local 181 size = rsa_encrypt(s->key, AES_CHUNK_SIZE, rsa_key); in pa_raop_secret_get_key() 187 pa_raop_base64_encode(rsa_key, size, &base64_key); in pa_raop_secret_get_key()
|
/third_party/libwebsockets/minimal-examples/api-tests/api-test-jose/ |
H A D | jws.c | 775 rsa_key[] = "-----BEGIN PRIVATE KEY-----\n" variable 856 if (lws_x509_jwk_privkey_pem(context, &jwk, (char *)rsa_key, in test_jwt_RS256() 857 LWS_ARRAY_SIZE(rsa_key), NULL)) { in test_jwt_RS256()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
H A D | crypto_libtomcrypt.c | 412 rsa_key rsa; 416 rsa_key rsa; 553 static int crypto_rsa_encrypt_pkcs1(int block_type, rsa_key *key, int key_type, in crypto_rsa_encrypt_pkcs1()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
H A D | crypto_libtomcrypt.c | 412 rsa_key rsa; 416 rsa_key rsa; 553 static int crypto_rsa_encrypt_pkcs1(int block_type, rsa_key *key, int key_type, in crypto_rsa_encrypt_pkcs1()
|
/third_party/node/deps/openssl/openssl/apps/ |
H A D | speed.c | 2352 EVP_PKEY *rsa_key = NULL; in speed_main() local 2367 && EVP_PKEY_keygen(genctx, &rsa_key); in speed_main() 2375 st = (rsa_key = d2i_PrivateKey(EVP_PKEY_RSA, NULL, &p, in speed_main() 2380 loopargs[i].rsa_sign_ctx[testnum] = EVP_PKEY_CTX_new(rsa_key, NULL); in speed_main() 2399 /* RSA_blinding_on(rsa_key[testnum],NULL); */ in speed_main() 2412 loopargs[i].rsa_verify_ctx[testnum] = EVP_PKEY_CTX_new(rsa_key, in speed_main() 2445 EVP_PKEY_free(rsa_key); in speed_main()
|
/third_party/openssl/apps/ |
H A D | speed.c | 2338 EVP_PKEY *rsa_key = NULL; in speed_main() local 2353 && EVP_PKEY_keygen(genctx, &rsa_key); in speed_main() 2361 st = (rsa_key = d2i_PrivateKey(EVP_PKEY_RSA, NULL, &p, in speed_main() 2366 loopargs[i].rsa_sign_ctx[testnum] = EVP_PKEY_CTX_new(rsa_key, NULL); in speed_main() 2385 /* RSA_blinding_on(rsa_key[testnum],NULL); */ in speed_main() 2398 loopargs[i].rsa_verify_ctx[testnum] = EVP_PKEY_CTX_new(rsa_key, in speed_main() 2431 EVP_PKEY_free(rsa_key); in speed_main()
|
/third_party/openssl/test/ |
H A D | pkcs12_format_test.c | 719 static const unsigned char rsa_key[] = { in pkcs12_create_test() local 773 p = rsa_key; in pkcs12_create_test() 775 sizeof(rsa_key), NULL, NULL))) in pkcs12_create_test()
|