Home
last modified time | relevance | path

Searched refs:pub_key (Results 1 – 25 of 2781) sorted by relevance

12345678910>>...112

/dports/net/p5-Socket-Class/Socket-Class-2.258/xs/sc_ssl/openssl/source/crypto/ec/
H A Dec_key.c82 ret->pub_key = NULL; in EC_KEY_new()
126 if (r->pub_key != NULL) in EC_KEY_free()
163 if (dest->pub_key) in EC_KEY_copy()
168 if (!EC_POINT_copy(dest->pub_key, src->pub_key)) in EC_KEY_copy()
269 if (pub_key == NULL) in EC_KEY_generate_key()
273 pub_key = eckey->pub_key; in EC_KEY_generate_key()
279 eckey->pub_key = pub_key; in EC_KEY_generate_key()
286 if (pub_key != NULL && eckey->pub_key == NULL) in EC_KEY_generate_key()
287 EC_POINT_free(pub_key); in EC_KEY_generate_key()
396 return key->pub_key; in EC_KEY_get0_public_key()
[all …]
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/openssl-0.10.38/src/
H A Ddsa.rs229 pub_key: BigNum, in from_private_components()
276 pub_key: BigNum, in from_public_components()
284 mem::forget(pub_key); in from_public_components()
324 if !pub_key.is_null() {
325 *pub_key = (*d).pub_key;
335 pub_key: *mut ffi::BIGNUM,
338 (*d).pub_key = pub_key;
377 let pub_key = dsa.pub_key(); in test_pubkey_generation() localVariable
381 assert_eq!(&calc, pub_key) in test_pubkey_generation()
423 let pub_key = dsa_ref.pub_key(); in test_signature() localVariable
[all …]
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/openssl-0.10.36/src/
H A Ddsa.rs229 pub_key: BigNum, in from_private_components()
276 pub_key: BigNum, in from_public_components()
284 mem::forget(pub_key); in from_public_components()
324 if !pub_key.is_null() {
325 *pub_key = (*d).pub_key;
335 pub_key: *mut ffi::BIGNUM,
338 (*d).pub_key = pub_key;
377 let pub_key = dsa.pub_key(); in test_pubkey_generation() localVariable
381 assert_eq!(&calc, pub_key) in test_pubkey_generation()
423 let pub_key = dsa_ref.pub_key(); in test_signature() localVariable
[all …]
/dports/devel/sccache/sccache-0.2.15/cargo-crates/openssl-0.10.32/src/
H A Ddsa.rs229 pub_key: BigNum, in from_private_components()
276 pub_key: BigNum, in from_public_components()
284 mem::forget(pub_key); in from_public_components()
324 if !pub_key.is_null() {
325 *pub_key = (*d).pub_key;
335 pub_key: *mut ffi::BIGNUM,
338 (*d).pub_key = pub_key;
377 let pub_key = dsa.pub_key(); in test_pubkey_generation() localVariable
381 assert_eq!(&calc, pub_key) in test_pubkey_generation()
423 let pub_key = dsa_ref.pub_key(); in test_signature() localVariable
[all …]
/dports/net/gemserv/gemserv-v0.4.5/cargo-crates/openssl-0.10.32/src/
H A Ddsa.rs229 pub_key: BigNum, in from_private_components()
276 pub_key: BigNum, in from_public_components()
284 mem::forget(pub_key); in from_public_components()
324 if !pub_key.is_null() {
325 *pub_key = (*d).pub_key;
335 pub_key: *mut ffi::BIGNUM,
338 (*d).pub_key = pub_key;
377 let pub_key = dsa.pub_key(); in test_pubkey_generation() localVariable
381 assert_eq!(&calc, pub_key) in test_pubkey_generation()
423 let pub_key = dsa_ref.pub_key(); in test_signature() localVariable
[all …]
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/openssl-0.10.38/src/
H A Ddsa.rs229 pub_key: BigNum, in from_private_components()
276 pub_key: BigNum, in from_public_components()
284 mem::forget(pub_key); in from_public_components()
324 if !pub_key.is_null() {
325 *pub_key = (*d).pub_key;
335 pub_key: *mut ffi::BIGNUM,
338 (*d).pub_key = pub_key;
377 let pub_key = dsa.pub_key(); in test_pubkey_generation() localVariable
381 assert_eq!(&calc, pub_key) in test_pubkey_generation()
423 let pub_key = dsa_ref.pub_key(); in test_signature() localVariable
[all …]
/dports/www/castor/castor-0.8.16/cargo-crates/openssl-0.10.30/src/
H A Ddsa.rs228 pub_key: BigNum, in from_private_components()
275 pub_key: BigNum, in from_public_components()
283 mem::forget(pub_key); in from_public_components()
323 if !pub_key.is_null() {
324 *pub_key = (*d).pub_key;
334 pub_key: *mut ffi::BIGNUM,
337 (*d).pub_key = pub_key;
376 let pub_key = dsa.pub_key(); in test_pubkey_generation() localVariable
380 assert_eq!(&calc, pub_key) in test_pubkey_generation()
422 let pub_key = dsa_ref.pub_key(); in test_signature() localVariable
[all …]
/dports/lang/gleam/gleam-0.18.2/cargo-crates/openssl-0.10.38/src/
H A Ddsa.rs229 pub_key: BigNum, in from_private_components()
276 pub_key: BigNum, in from_public_components()
284 mem::forget(pub_key); in from_public_components()
324 if !pub_key.is_null() {
325 *pub_key = (*d).pub_key;
335 pub_key: *mut ffi::BIGNUM,
338 (*d).pub_key = pub_key;
377 let pub_key = dsa.pub_key(); in test_pubkey_generation() localVariable
381 assert_eq!(&calc, pub_key) in test_pubkey_generation()
423 let pub_key = dsa_ref.pub_key(); in test_signature() localVariable
[all …]
/dports/net-im/libsignal-client/libsignal-client-0.9.6/cargo-crates/openssl-0.10.32/src/
H A Ddsa.rs229 pub_key: BigNum, in from_private_components()
276 pub_key: BigNum, in from_public_components()
284 mem::forget(pub_key); in from_public_components()
324 if !pub_key.is_null() {
325 *pub_key = (*d).pub_key;
335 pub_key: *mut ffi::BIGNUM,
338 (*d).pub_key = pub_key;
377 let pub_key = dsa.pub_key(); in test_pubkey_generation() localVariable
381 assert_eq!(&calc, pub_key) in test_pubkey_generation()
423 let pub_key = dsa_ref.pub_key(); in test_signature() localVariable
[all …]
/dports/net/routinator/routinator-0.10.2/cargo-crates/openssl-0.10.35/src/
H A Ddsa.rs229 pub_key: BigNum, in from_private_components()
276 pub_key: BigNum, in from_public_components()
284 mem::forget(pub_key); in from_public_components()
324 if !pub_key.is_null() {
325 *pub_key = (*d).pub_key;
335 pub_key: *mut ffi::BIGNUM,
338 (*d).pub_key = pub_key;
377 let pub_key = dsa.pub_key(); in test_pubkey_generation() localVariable
381 assert_eq!(&calc, pub_key) in test_pubkey_generation()
423 let pub_key = dsa_ref.pub_key(); in test_signature() localVariable
[all …]
/dports/www/ffsend/ffsend-ccd489ce2e75b91c0f17fbf13dbd91fe84f5ad98/cargo-crates/openssl-0.10.36/src/
H A Ddsa.rs229 pub_key: BigNum, in from_private_components()
276 pub_key: BigNum, in from_public_components()
284 mem::forget(pub_key); in from_public_components()
324 if !pub_key.is_null() {
325 *pub_key = (*d).pub_key;
335 pub_key: *mut ffi::BIGNUM,
338 (*d).pub_key = pub_key;
377 let pub_key = dsa.pub_key(); in test_pubkey_generation() localVariable
381 assert_eq!(&calc, pub_key) in test_pubkey_generation()
423 let pub_key = dsa_ref.pub_key(); in test_signature() localVariable
[all …]
/dports/www/rearx/rearx-0.1.4/cargo-crates/openssl-0.10.32/src/
H A Ddsa.rs229 pub_key: BigNum, in from_private_components()
276 pub_key: BigNum, in from_public_components()
284 mem::forget(pub_key); in from_public_components()
324 if !pub_key.is_null() {
325 *pub_key = (*d).pub_key;
335 pub_key: *mut ffi::BIGNUM,
338 (*d).pub_key = pub_key;
377 let pub_key = dsa.pub_key(); in test_pubkey_generation() localVariable
381 assert_eq!(&calc, pub_key) in test_pubkey_generation()
423 let pub_key = dsa_ref.pub_key(); in test_signature() localVariable
[all …]
/dports/sysutils/vector/vector-0.10.0/cargo-crates/openssl-0.10.30/src/
H A Ddsa.rs228 pub_key: BigNum, in from_private_components()
275 pub_key: BigNum, in from_public_components()
283 mem::forget(pub_key); in from_public_components()
323 if !pub_key.is_null() {
324 *pub_key = (*d).pub_key;
334 pub_key: *mut ffi::BIGNUM,
337 (*d).pub_key = pub_key;
376 let pub_key = dsa.pub_key(); in test_pubkey_generation() localVariable
380 assert_eq!(&calc, pub_key) in test_pubkey_generation()
422 let pub_key = dsa_ref.pub_key(); in test_signature() localVariable
[all …]
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/openssl-0.10.32/src/
H A Ddsa.rs229 pub_key: BigNum, in from_private_components()
276 pub_key: BigNum, in from_public_components()
284 mem::forget(pub_key); in from_public_components()
324 if !pub_key.is_null() {
325 *pub_key = (*d).pub_key;
335 pub_key: *mut ffi::BIGNUM,
338 (*d).pub_key = pub_key;
377 let pub_key = dsa.pub_key(); in test_pubkey_generation() localVariable
381 assert_eq!(&calc, pub_key) in test_pubkey_generation()
423 let pub_key = dsa_ref.pub_key(); in test_signature() localVariable
[all …]
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/openssl-0.10.33/src/
H A Ddsa.rs229 pub_key: BigNum, in from_private_components()
276 pub_key: BigNum, in from_public_components()
284 mem::forget(pub_key); in from_public_components()
324 if !pub_key.is_null() {
325 *pub_key = (*d).pub_key;
335 pub_key: *mut ffi::BIGNUM,
338 (*d).pub_key = pub_key;
377 let pub_key = dsa.pub_key(); in test_pubkey_generation() localVariable
381 assert_eq!(&calc, pub_key) in test_pubkey_generation()
423 let pub_key = dsa_ref.pub_key(); in test_signature() localVariable
[all …]
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/openssl-0.10.38/src/
H A Ddsa.rs229 pub_key: BigNum, in from_private_components()
276 pub_key: BigNum, in from_public_components()
284 mem::forget(pub_key); in from_public_components()
324 if !pub_key.is_null() {
325 *pub_key = (*d).pub_key;
335 pub_key: *mut ffi::BIGNUM,
338 (*d).pub_key = pub_key;
377 let pub_key = dsa.pub_key(); in test_pubkey_generation() localVariable
381 assert_eq!(&calc, pub_key) in test_pubkey_generation()
423 let pub_key = dsa_ref.pub_key(); in test_signature() localVariable
[all …]
/dports/dns/dog/dog-0.1.0/cargo-crates/openssl-0.10.30/src/
H A Ddsa.rs228 pub_key: BigNum, in from_private_components()
275 pub_key: BigNum, in from_public_components()
283 mem::forget(pub_key); in from_public_components()
323 if !pub_key.is_null() {
324 *pub_key = (*d).pub_key;
334 pub_key: *mut ffi::BIGNUM,
337 (*d).pub_key = pub_key;
376 let pub_key = dsa.pub_key(); in test_pubkey_generation() localVariable
380 assert_eq!(&calc, pub_key) in test_pubkey_generation()
422 let pub_key = dsa_ref.pub_key(); in test_signature() localVariable
[all …]
/dports/net/krill/krill-0.9.4/cargo-crates/openssl-0.10.36/src/
H A Ddsa.rs229 pub_key: BigNum, in from_private_components()
276 pub_key: BigNum, in from_public_components()
284 mem::forget(pub_key); in from_public_components()
324 if !pub_key.is_null() {
325 *pub_key = (*d).pub_key;
335 pub_key: *mut ffi::BIGNUM,
338 (*d).pub_key = pub_key;
377 let pub_key = dsa.pub_key(); in test_pubkey_generation() localVariable
381 assert_eq!(&calc, pub_key) in test_pubkey_generation()
423 let pub_key = dsa_ref.pub_key(); in test_signature() localVariable
[all …]
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/openssl-0.10.36/src/
H A Ddsa.rs229 pub_key: BigNum, in from_private_components()
276 pub_key: BigNum, in from_public_components()
284 mem::forget(pub_key); in from_public_components()
324 if !pub_key.is_null() {
325 *pub_key = (*d).pub_key;
335 pub_key: *mut ffi::BIGNUM,
338 (*d).pub_key = pub_key;
377 let pub_key = dsa.pub_key(); in test_pubkey_generation() localVariable
381 assert_eq!(&calc, pub_key) in test_pubkey_generation()
423 let pub_key = dsa_ref.pub_key(); in test_signature() localVariable
[all …]
/dports/net-im/fractal/fractal-4.4.0/vendor/openssl/src/
H A Ddsa.rs228 pub_key: BigNum, in from_private_components()
275 pub_key: BigNum, in from_public_components()
283 mem::forget(pub_key); in from_public_components()
323 if !pub_key.is_null() {
324 *pub_key = (*d).pub_key;
334 pub_key: *mut ffi::BIGNUM,
337 (*d).pub_key = pub_key;
376 let pub_key = dsa.pub_key(); in test_pubkey_generation() localVariable
380 assert_eq!(&calc, pub_key) in test_pubkey_generation()
422 let pub_key = dsa_ref.pub_key(); in test_signature() localVariable
[all …]
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/openssl-0.10.38/src/
H A Ddsa.rs229 pub_key: BigNum, in from_private_components()
276 pub_key: BigNum, in from_public_components()
284 mem::forget(pub_key); in from_public_components()
324 if !pub_key.is_null() {
325 *pub_key = (*d).pub_key;
335 pub_key: *mut ffi::BIGNUM,
338 (*d).pub_key = pub_key;
377 let pub_key = dsa.pub_key(); in test_pubkey_generation() localVariable
381 assert_eq!(&calc, pub_key) in test_pubkey_generation()
423 let pub_key = dsa_ref.pub_key(); in test_signature() localVariable
[all …]
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/cargo-crates/openssl-0.10.30/src/
H A Ddsa.rs228 pub_key: BigNum, in from_private_components()
275 pub_key: BigNum, in from_public_components()
283 mem::forget(pub_key); in from_public_components()
323 if !pub_key.is_null() {
324 *pub_key = (*d).pub_key;
334 pub_key: *mut ffi::BIGNUM,
337 (*d).pub_key = pub_key;
376 let pub_key = dsa.pub_key(); in test_pubkey_generation() localVariable
380 assert_eq!(&calc, pub_key) in test_pubkey_generation()
422 let pub_key = dsa_ref.pub_key(); in test_signature() localVariable
[all …]
/dports/security/acmed/acmed-0.18.0/cargo-crates/openssl-0.10.38/src/
H A Ddsa.rs229 pub_key: BigNum, in from_private_components()
276 pub_key: BigNum, in from_public_components()
284 mem::forget(pub_key); in from_public_components()
324 if !pub_key.is_null() {
325 *pub_key = (*d).pub_key;
335 pub_key: *mut ffi::BIGNUM,
338 (*d).pub_key = pub_key;
377 let pub_key = dsa.pub_key(); in test_pubkey_generation() localVariable
381 assert_eq!(&calc, pub_key) in test_pubkey_generation()
423 let pub_key = dsa_ref.pub_key(); in test_signature() localVariable
[all …]
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/openssl-0.10.36/src/
H A Ddsa.rs229 pub_key: BigNum, in from_private_components()
276 pub_key: BigNum, in from_public_components()
284 mem::forget(pub_key); in from_public_components()
324 if !pub_key.is_null() {
325 *pub_key = (*d).pub_key;
335 pub_key: *mut ffi::BIGNUM,
338 (*d).pub_key = pub_key;
377 let pub_key = dsa.pub_key(); in test_pubkey_generation() localVariable
381 assert_eq!(&calc, pub_key) in test_pubkey_generation()
423 let pub_key = dsa_ref.pub_key(); in test_signature() localVariable
[all …]
/dports/net/oha/oha-0.4.7/cargo-crates/openssl-0.10.36/src/
H A Ddsa.rs229 pub_key: BigNum, in from_private_components()
276 pub_key: BigNum, in from_public_components()
284 mem::forget(pub_key); in from_public_components()
324 if !pub_key.is_null() {
325 *pub_key = (*d).pub_key;
335 pub_key: *mut ffi::BIGNUM,
338 (*d).pub_key = pub_key;
377 let pub_key = dsa.pub_key(); in test_pubkey_generation() localVariable
381 assert_eq!(&calc, pub_key) in test_pubkey_generation()
423 let pub_key = dsa_ref.pub_key(); in test_signature() localVariable
[all …]

12345678910>>...112