Home
last modified time | relevance | path

Searched refs:x_pkey (Results 1 – 12 of 12) sorted by relevance

/external/boringssl/src/crypto/pem/
Dpem_info.c128 if (info->x_pkey != NULL) { in parse_key()
131 info->x_pkey = X509_PKEY_new(); in parse_key()
132 if (info->x_pkey == NULL) { in parse_key()
135 info->x_pkey->dec_pkey = d2i_PrivateKey(key_type, NULL, &data, len); in parse_key()
136 return info->x_pkey->dec_pkey != NULL ? parse_ok : parse_error; in parse_key()
199 if (info->x_pkey != NULL) { in STACK_OF()
209 info->x_pkey = X509_PKEY_new(); in STACK_OF()
210 if (info->x_pkey == NULL || in STACK_OF()
250 info->x_pkey != NULL || info->enc_data != NULL) { in STACK_OF()
303 if (xi->x_pkey != NULL) { in PEM_X509_INFO_write_bio()
[all …]
/external/boringssl/src/crypto/x509/
Dx_info.c80 ret->x_pkey = NULL; in X509_INFO_new()
93 if (x->x_pkey != NULL) in X509_INFO_free()
94 X509_PKEY_free(x->x_pkey); in X509_INFO_free()
Dx509_test.cc1627 ASSERT_NE(nullptr, info->x_pkey); in TEST()
1629 EXPECT_EQ(1, EVP_PKEY_cmp(expected->key, info->x_pkey->dec_pkey)); in TEST()
1631 EXPECT_EQ(nullptr, info->x_pkey); in TEST()
/external/boringssl/src/crypto/
DCMakeLists.txt365 x509/x_pkey.c
/external/boringssl/
Dsources.mk199 src/crypto/x509/x_pkey.c\
Deureka.mk199 src/crypto/x509/x_pkey.c\
Dsources.bp201 "src/crypto/x509/x_pkey.c",
/external/boringssl/src/include/openssl/
Dx509.h467 X509_PKEY *x_pkey; member
/external/grpc-grpc/
Dconfig.m4581 third_party/boringssl/crypto/x509/x_pkey.c \
Dconfig.w32556 "third_party\\boringssl\\crypto\\x509\\x_pkey.c " +
Dgrpc.gyp1945 'third_party/boringssl/crypto/x509/x_pkey.c',
Dgrpc.gemspec1123 s.files += %w( third_party/boringssl/crypto/x509/x_pkey.c )