Home
last modified time | relevance | path

Searched refs:pubkeylen (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/crypto/openssl/crypto/ec/
H A Decx_backend.c58 size_t privkeylen = 0, pubkeylen = 0; in ossl_ecx_key_fromdata() local
95 sizeof(ecx->pubkey), &pubkeylen)) in ossl_ecx_key_fromdata()
98 if ((param_pub_key != NULL && pubkeylen != ecx->keylen)) in ossl_ecx_key_fromdata()
/freebsd-14.2/crypto/openssh/
H A Dsshkey.c2754 size_t i, pubkeylen, keylen, ivlen, blocksize, authlen; in sshkey_private_to_blob2() local
2812 (r = sshkey_to_blob(prv, &pubkeyblob, &pubkeylen)) != 0 || in sshkey_private_to_blob2()
2813 (r = sshbuf_put_string(encoded, pubkeyblob, pubkeylen)) != 0) in sshkey_private_to_blob2()
2869 freezero(pubkeyblob, pubkeylen); in sshkey_private_to_blob2()
/freebsd-14.2/crypto/openssl/test/
H A Devp_extra_test.c5052 size_t pubkeylen; in test_ecx_not_private_key() local
5065 pubkeylen = strlen(keys[tst].pub); in test_ecx_not_private_key()
5068 NULL, pubkey, pubkeylen); in test_ecx_not_private_key()