/third_party/rust/crates/rust-openssl/openssl/src/ |
D | rsa.rs | 787 let keypair = super::Rsa::generate(512).unwrap(); in test_public_key_to_pem_pkcs1() localVariable 788 let pubkey_pem = keypair.public_key_to_pem_pkcs1().unwrap(); in test_public_key_to_pem_pkcs1() 795 let keypair = super::Rsa::generate(512).unwrap(); in test_public_key_from_pem_pkcs1_generate_panic() localVariable 796 let pubkey_pem = keypair.public_key_to_pem().unwrap(); in test_public_key_from_pem_pkcs1_generate_panic() 802 let keypair = super::Rsa::generate(2048).unwrap(); in test_pem_pkcs1_encrypt() localVariable 803 let pubkey_pem = keypair.public_key_to_pem_pkcs1().unwrap(); in test_pem_pkcs1_encrypt() 812 let mut decrypted = vec![0; keypair.size() as usize]; in test_pem_pkcs1_encrypt() 813 let len = keypair in test_pem_pkcs1_encrypt() 822 let keypair = super::Rsa::generate(2048).unwrap(); in test_pem_pkcs1_padding() localVariable 823 let pubkey_pem = keypair.public_key_to_pem_pkcs1().unwrap(); in test_pem_pkcs1_padding()
|
/third_party/mbedtls/tests/suites/ |
D | test_suite_psa_crypto_slot_management.data | 49 Persistent slot: ECP keypair (ECDSA, exportable), close 53 Persistent slot: ECP keypair (ECDSA, exportable), close+restart 57 Persistent slot: ECP keypair (ECDSA, exportable), purge 61 Persistent slot: ECP keypair (ECDSA, exportable), restart 65 Persistent slot: ECP keypair (ECDH+ECDSA, exportable), close 69 Persistent slot: ECP keypair (ECDH+ECDSA, exportable), close+restart 73 Persistent slot: ECP keypair (ECDH+ECDSA, exportable), purge 77 Persistent slot: ECP keypair (ECDH+ECDSA, exportable), restart
|
D | test_suite_psa_crypto_persistent_key.data | 78 import/export persistent key RSA keypair: good, 1024-bit 89 import/export persistent key RSA keypair file not exist: 1024-bit 104 import/export persistent key RSA keypair with restart: good, 1024-bit 115 import/export persistent key RSA keypair file not exist with restart: 1024-bit
|
D | test_suite_psa_crypto.data | 80 PSA import/export RSA keypair: good, 1024-bit 84 PSA import/export RSA keypair: good, larger buffer (+1 byte) 88 PSA import/export RSA keypair: good, larger buffer (*2-1) 92 PSA import/export RSA keypair: good, larger buffer (*2) 96 PSA import/export RSA keypair: good, larger buffer (*2+1) 100 PSA import/export RSA keypair: export buffer too small 104 PSA import/export RSA keypair: trailing garbage ignored 132 PSA import/export RSA keypair: good, 1024-bit, opaque 136 PSA import/export RSA keypair: good, larger buffer (+1 byte), opaque 140 PSA import/export RSA keypair: good, larger buffer (*2-1), opaque [all …]
|
D | test_suite_ecp.data | 440 ECP gen keypair [#1] 444 ECP gen keypair [#2] 448 ECP gen keypair [#3] 452 ECP gen keypair wrapper
|
D | test_suite_psa_crypto.function | 88 int keypair ) 111 if( keypair ) 130 if( keypair ) 762 void import_rsa_made_up( int bits_arg, int keypair, int expected_status_arg ) 769 keypair ? PSA_KEY_TYPE_RSA_KEY_PAIR : PSA_KEY_TYPE_RSA_PUBLIC_KEY; 771 keypair ? bits * 9 / 16 + 80 : bits / 8 + 20; 782 bits, keypair ) ) >= 0 );
|
/third_party/openssl/test/recipes/30-test_evp_data/ |
D | evppkey_mismatch.txt | 15 # Public / Private keys from other tests used for keypair testing. 70 Title = Test keypair mismatches
|
D | evppkey_dsa.txt | 98 Title = Test keypair mismatches
|
D | evppkey_ecx.txt | 570 Title = Test keypair mismatches
|
D | evppkey_rsa_common.txt | 1250 Title = Test RSA keypair mismatches
|
/third_party/openssl/doc/man3/ |
D | EVP_PKEY_fromdata.pod | 21 keypair. 76 Any keypair components will be selected. This includes the private key, 107 =head2 Creating an RSA keypair using raw key data 140 =head2 Creating an ECC keypair using raw key data
|
D | EVP_PKEY_new.pod | 69 key, or both (a keypair), and along with those, key parameters if the key type 208 be the private part of the keypair without the public part, where this was
|
D | OSSL_STORE_INFO.pod | 169 A keypair or just a private key (possibly with key parameters).
|
D | d2i_RSAPrivateKey.pod | 5 Any deprecated keypair/params d2i or i2d functions are collected on this page.
|
D | d2i_X509.pod | 5 Any keypair function here that gets deprecated should be moved to
|
/third_party/mbedtls/docs/ |
D | use-psa-crypto.md | 40 wrap a PSA keypair into a PK context. The key can be used for private-key 63 keypair as a PK context: `mbedtls_x509write_crt_set_subject_key()` and
|
/third_party/openssl/test/ |
D | evp_extra_test.c | 1167 EVP_PKEY *keypair = NULL; in test_EVP_Enveloped() local 1184 if (!TEST_ptr(keypair = load_example_rsa_key()) in test_EVP_Enveloped() 1185 || !TEST_ptr(kek = OPENSSL_zalloc(EVP_PKEY_get_size(keypair))) in test_EVP_Enveloped() 1188 &keypair, 1)) in test_EVP_Enveloped() 1197 if (!TEST_true(EVP_OpenInit(ctx, type, kek, kek_len, iv, keypair)) in test_EVP_Enveloped() 1212 EVP_PKEY_free(keypair); in test_EVP_Enveloped()
|
/third_party/libwebsockets/READMEs/ |
D | README.plugin-sshd-base.md | 65 lws installs a test keypair in /usr[/local]/share/libwebsockets-test-server
|
D | README.cbor-cose.md | 75 This creates an `lws_cose_key_t`, generates a key (SYMMETRIC) or keypair into
|
/third_party/openssl/providers/ |
D | encoders.inc | 108 /* EC only supports keypair and parameters DER and PEM output. */
|
/third_party/openssl/doc/man7/ |
D | provider-decoder.pod | 186 the object is an asymmetric keypair - e.g., B<OSSL_KEYMGMT_SELECT_PRIVATE_KEY>
|
D | provider-encoder.pod | 193 the object is an asymmetric keypair.
|
/third_party/openssl/crypto/err/ |
D | openssl.txt | 1159 RSA_R_INVALID_KEYPAIR:171:invalid keypair
|
/third_party/node/doc/changelogs/ |
D | CHANGELOG_V12.md | 2897 …hub.com/nodejs/node/commit/c82023a173)] - **test**: remove uneeded agent keypair in fixtures/ (Ale… 2909 …tps://github.com/nodejs/node/commit/7ae23abc01)] - **test**: move x25519 keypair to fixtures/keys/… 2910 …ps://github.com/nodejs/node/commit/adb0197d6d)] - **test**: move ed25519 keypair to fixtures/keys/… 2923 …hub.com/nodejs/node/commit/328b2d0c88)] - **test**: remove uneeded agent keypair in fixtures/ (Ale… 2935 …tps://github.com/nodejs/node/commit/686cb13f78)] - **test**: move x25519 keypair to fixtures/keys/… 2936 …ps://github.com/nodejs/node/commit/1f2de2fbe1)] - **test**: move ed25519 keypair to fixtures/keys/…
|
/third_party/mbedtls/ |
D | ChangeLog | 2360 after keypair generation.
|