HomeSort by relevance Sort by last modified time
    Searched refs:EVP_PKEY (Results 76 - 100 of 145) sorted by null

1 2 34 5 6

  /external/boringssl/src/crypto/evp/
digestsign.c 80 const EVP_MD *type, ENGINE *e, EVP_PKEY *pkey,
122 ENGINE *e, EVP_PKEY *pkey) {
127 const EVP_MD *type, ENGINE *e, EVP_PKEY *pkey) {
evp_ctx.c 87 static EVP_PKEY_CTX *evp_pkey_ctx_new(EVP_PKEY *pkey, ENGINE *e, int id) {
133 EVP_PKEY_CTX *EVP_PKEY_CTX_new(EVP_PKEY *pkey, ENGINE *e) {
189 EVP_PKEY *EVP_PKEY_CTX_get0_pkey(EVP_PKEY_CTX *ctx) { return ctx->pkey; }
337 int EVP_PKEY_derive_set_peer(EVP_PKEY_CTX *ctx, EVP_PKEY *peer) {
418 int EVP_PKEY_keygen(EVP_PKEY_CTX *ctx, EVP_PKEY **ppkey) {
p_ec.c 208 static int pkey_ec_keygen(EVP_PKEY_CTX *ctx, EVP_PKEY *pkey) {
evp_extra_test.cc 363 static bssl::UniquePtr<EVP_PKEY> LoadExampleRSAKey() {
369 bssl::UniquePtr<EVP_PKEY> pkey(EVP_PKEY_new());
377 bssl::UniquePtr<EVP_PKEY> pkey = LoadExampleRSAKey();
405 bssl::UniquePtr<EVP_PKEY> pkey = LoadExampleRSAKey();
416 bssl::UniquePtr<EVP_PKEY> pkey = LoadExampleRSAKey();
455 bssl::UniquePtr<EVP_PKEY> pkey(d2i_AutoPrivateKey(NULL, &p, input_len));
475 bssl::UniquePtr<EVP_PKEY> pkey(
489 bssl::UniquePtr<EVP_PKEY> pkey(EVP_PKCS82PKEY(p8inf.get()));
496 bssl::UniquePtr<EVP_PKEY> empty(EVP_PKEY_new());
505 static bssl::UniquePtr<EVP_PKEY> ParsePrivateKey(int type, const uint8_t *in
    [all...]
  /external/conscrypt/common/src/main/java/org/conscrypt/
OpenSSLKey.java 32 * Represents a BoringSSL {@code EVP_PKEY}.
35 private final NativeRef.EVP_PKEY ctx;
44 this.ctx = new NativeRef.EVP_PKEY(ctx);
49 * Returns the EVP_PKEY context for use in JNI calls.
51 NativeRef.EVP_PKEY getNativeRef() {
152 * {@code EVP_PKEY}.
  /external/boringssl/src/crypto/x509/
x_crl.c 85 int (*crl_verify) (X509_CRL *crl, EVP_PKEY *pk);
97 static int def_crl_verify(X509_CRL *crl, EVP_PKEY *r);
392 int X509_CRL_verify(X509_CRL *crl, EVP_PKEY *r)
416 static int def_crl_verify(X509_CRL *crl, EVP_PKEY *r)
508 EVP_PKEY *pk))
x509_test.cc 439 // |EVP_PKEY*|.
440 static bssl::UniquePtr<EVP_PKEY> PrivateKeyFromPEM(const char *pem) {
443 return bssl::UniquePtr<EVP_PKEY>(
    [all...]
x509_set.c 144 int X509_set_pubkey(X509 *x, EVP_PKEY *pkey)
rsa_pss.c 198 EVP_PKEY *pk = EVP_PKEY_CTX_get0_pkey(ctx->pctx);
245 int x509_rsa_pss_to_ctx(EVP_MD_CTX *ctx, X509_ALGOR *sigalg, EVP_PKEY *pkey) {
t_req.c 83 EVP_PKEY *pkey;
  /external/webrtc/webrtc/base/
opensslidentity.cc 46 static EVP_PKEY* MakeKey(const KeyParams& key_params) {
48 EVP_PKEY* pkey = EVP_PKEY_new();
94 static X509* MakeCertificate(EVP_PKEY* pkey, const SSLIdentityParams& params) {
165 EVP_PKEY* pkey = MakeKey(key_params);
448 EVP_PKEY* pkey =
  /external/boringssl/src/ssl/
internal.h 293 uint32_t ssl_cipher_auth_mask_for_key(const EVP_PKEY *key);
636 * |EVP_PKEY|. */
655 uint16_t signature_algorithm, EVP_PKEY *pkey,
    [all...]
ssl_test.cc     [all...]
  /system/keymaster/
rsa_operation.cpp 40 EVP_PKEY* RsaOperationFactory::GetRsaKey(const Key& key, keymaster_error_t* error) {
48 UniquePtr<EVP_PKEY, EVP_PKEY_Delete> pkey(EVP_PKEY_new());
79 UniquePtr<EVP_PKEY, EVP_PKEY_Delete> rsa(GetRsaKey(key, error));
229 keymaster_padding_t padding, EVP_PKEY* key)
323 UniquePtr<RSA, RSA_Delete> rsa(EVP_PKEY_get1_RSA(const_cast<EVP_PKEY*>(rsa_key_)));
430 UniquePtr<RSA, RSA_Delete> rsa(EVP_PKEY_get1_RSA(const_cast<EVP_PKEY*>(rsa_key_)));
attestation_record_test.cpp 81 EVP_PKEY* AttestationKey(keymaster_algorithm_t /* algorithm */,
keymaster1_engine.cpp 154 unique_ptr<EVP_PKEY, EVP_PKEY_Delete> pkey(
194 unique_ptr<EVP_PKEY, EVP_PKEY_Delete> pkey(
215 Keymaster1Engine::KeyData* Keymaster1Engine::GetData(EVP_PKEY* key) const {
358 EVP_PKEY* Keymaster1Engine::GetKeymaster1PublicKey(const KeymasterKeyBlob& blob,
ec_key_factory.cpp 95 UniquePtr<EVP_PKEY, EVP_PKEY_Delete> pkey(EVP_PKEY_new());
155 UniquePtr<EVP_PKEY, EVP_PKEY_Delete> pkey;
keymaster0_engine.cpp 173 unique_ptr<EVP_PKEY, EVP_PKEY_Delete> pkey(GetKeymaster0PublicKey(blob));
198 unique_ptr<EVP_PKEY, EVP_PKEY_Delete> pkey(GetKeymaster0PublicKey(blob));
277 EVP_PKEY* Keymaster0Engine::GetKeymaster0PublicKey(const KeymasterKeyBlob& blob) const {
  /device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLib/Pk/
CryptPkcs7Sign.c 60 EVP_PKEY *Key;
113 // Construct OpenSSL EVP_PKEY for private key.
  /external/boringssl/src/crypto/pkcs8/
pkcs8.c 412 EVP_PKEY *PKCS8_parse_encrypted_private_key(CBS *cbs, const char *pass,
433 EVP_PKEY *ret = EVP_parse_private_key(&pki);
443 int iterations, const EVP_PKEY *pkey) {
  /external/boringssl/src/tool/
client.cc 142 static bssl::UniquePtr<EVP_PKEY> LoadPrivateKey(const std::string &file) {
147 bssl::UniquePtr<EVP_PKEY> pkey(PEM_read_bio_PrivateKey(bio.get(), nullptr,
409 bssl::UniquePtr<EVP_PKEY> pkey =
  /device/linaro/bootloader/arm-trusted-firmware/tools/cert_create/src/
ext.c 211 X509_EXTENSION *ext_new_key(int nid, int crit, EVP_PKEY *k)
  /external/vboot_reference/utility/
dumpRSAPublicKey.c 141 EVP_PKEY* key;
  /external/conscrypt/common/src/jni/main/cpp/
NativeCrypto.cpp 879 bssl::UniquePtr<EVP_PKEY> pkey(EVP_PKEY_new());
961 bssl::UniquePtr<EVP_PKEY> pkey(EVP_PKEY_new());
    [all...]
  /external/boringssl/src/include/openssl/
ssl.h     [all...]

Completed in 701 milliseconds

1 2 34 5 6