Searched refs:x_pkey (Results 1 – 12 of 12) sorted by relevance
128 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 …]
80 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()
1627 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()
365 x509/x_pkey.c
199 src/crypto/x509/x_pkey.c\
201 "src/crypto/x509/x_pkey.c",
467 X509_PKEY *x_pkey; member
581 third_party/boringssl/crypto/x509/x_pkey.c \
556 "third_party\\boringssl\\crypto\\x509\\x_pkey.c " +
1945 'third_party/boringssl/crypto/x509/x_pkey.c',
1123 s.files += %w( third_party/boringssl/crypto/x509/x_pkey.c )