/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/crypto/evp/ |
D | evp.c | 99 static void free_it(EVP_PKEY *pkey) { in free_it() 107 void EVP_PKEY_free(EVP_PKEY *pkey) { in EVP_PKEY_free() 120 int EVP_PKEY_up_ref(EVP_PKEY *pkey) { in EVP_PKEY_up_ref() 125 int EVP_PKEY_is_opaque(const EVP_PKEY *pkey) { in EVP_PKEY_is_opaque() 174 int EVP_PKEY_missing_parameters(const EVP_PKEY *pkey) { in EVP_PKEY_missing_parameters() 181 int EVP_PKEY_size(const EVP_PKEY *pkey) { in EVP_PKEY_size() 188 int EVP_PKEY_bits(const EVP_PKEY *pkey) { in EVP_PKEY_bits() 195 int EVP_PKEY_id(const EVP_PKEY *pkey) { in EVP_PKEY_id() 227 int EVP_PKEY_set1_RSA(EVP_PKEY *pkey, RSA *key) { in EVP_PKEY_set1_RSA() 235 int EVP_PKEY_assign_RSA(EVP_PKEY *pkey, RSA *key) { in EVP_PKEY_assign_RSA() [all …]
|
D | p_x25519_asn1.c | 26 static void x25519_free(EVP_PKEY *pkey) { in x25519_free() 31 static int x25519_set_priv_raw(EVP_PKEY *pkey, const uint8_t *in, size_t len) { in x25519_set_priv_raw() 52 static int x25519_set_pub_raw(EVP_PKEY *pkey, const uint8_t *in, size_t len) { in x25519_set_pub_raw() 72 static int x25519_get_priv_raw(const EVP_PKEY *pkey, uint8_t *out, in x25519_get_priv_raw() 95 static int x25519_get_pub_raw(const EVP_PKEY *pkey, uint8_t *out, in x25519_get_pub_raw() 125 static int x25519_pub_encode(CBB *out, const EVP_PKEY *pkey) { in x25519_pub_encode() 167 static int x25519_priv_encode(CBB *out, const EVP_PKEY *pkey) { in x25519_priv_encode() 194 static int x25519_size(const EVP_PKEY *pkey) { return 32; } in x25519_size() 196 static int x25519_bits(const EVP_PKEY *pkey) { return 253; } in x25519_bits() 220 int EVP_PKEY_set1_tls_encodedpoint(EVP_PKEY *pkey, const uint8_t *in, in EVP_PKEY_set1_tls_encodedpoint() [all …]
|
D | p_ed25519_asn1.c | 26 static void ed25519_free(EVP_PKEY *pkey) { in ed25519_free() 31 static int ed25519_set_priv_raw(EVP_PKEY *pkey, const uint8_t *in, size_t len) { in ed25519_set_priv_raw() 54 static int ed25519_set_pub_raw(EVP_PKEY *pkey, const uint8_t *in, size_t len) { in ed25519_set_pub_raw() 74 static int ed25519_get_priv_raw(const EVP_PKEY *pkey, uint8_t *out, in ed25519_get_priv_raw() 98 static int ed25519_get_pub_raw(const EVP_PKEY *pkey, uint8_t *out, in ed25519_get_pub_raw() 128 static int ed25519_pub_encode(CBB *out, const EVP_PKEY *pkey) { in ed25519_pub_encode() 170 static int ed25519_priv_encode(CBB *out, const EVP_PKEY *pkey) { in ed25519_priv_encode() 197 static int ed25519_size(const EVP_PKEY *pkey) { return 64; } in ed25519_size() 199 static int ed25519_bits(const EVP_PKEY *pkey) { return 253; } in ed25519_bits()
|
/external/boringssl/src/crypto/evp/ |
D | evp.cc | 45 static void free_it(EVP_PKEY *pkey) { in free_it() 53 void EVP_PKEY_free(EVP_PKEY *pkey) { in EVP_PKEY_free() 66 int EVP_PKEY_up_ref(EVP_PKEY *pkey) { in EVP_PKEY_up_ref() 71 int EVP_PKEY_is_opaque(const EVP_PKEY *pkey) { in EVP_PKEY_is_opaque() 132 int EVP_PKEY_missing_parameters(const EVP_PKEY *pkey) { in EVP_PKEY_missing_parameters() 139 int EVP_PKEY_size(const EVP_PKEY *pkey) { in EVP_PKEY_size() 146 int EVP_PKEY_bits(const EVP_PKEY *pkey) { in EVP_PKEY_bits() 153 int EVP_PKEY_id(const EVP_PKEY *pkey) { return pkey->type; } in EVP_PKEY_id() 175 void evp_pkey_set_method(EVP_PKEY *pkey, const EVP_PKEY_ASN1_METHOD *method) { in evp_pkey_set_method() 187 int EVP_PKEY_assign(EVP_PKEY *pkey, int type, void *key) { in EVP_PKEY_assign() [all …]
|
D | p_x25519_asn1.cc | 26 static void x25519_free(EVP_PKEY *pkey) { in x25519_free() 31 static int x25519_set_priv_raw(EVP_PKEY *pkey, const uint8_t *in, size_t len) { in x25519_set_priv_raw() 52 static int x25519_set_pub_raw(EVP_PKEY *pkey, const uint8_t *in, size_t len) { in x25519_set_pub_raw() 72 static int x25519_get_priv_raw(const EVP_PKEY *pkey, uint8_t *out, in x25519_get_priv_raw() 95 static int x25519_get_pub_raw(const EVP_PKEY *pkey, uint8_t *out, in x25519_get_pub_raw() 113 static int x25519_set1_tls_encodedpoint(EVP_PKEY *pkey, const uint8_t *in, in x25519_set1_tls_encodedpoint() 118 static size_t x25519_get1_tls_encodedpoint(const EVP_PKEY *pkey, in x25519_get1_tls_encodedpoint() 142 static int x25519_pub_encode(CBB *out, const EVP_PKEY *pkey) { in x25519_pub_encode() 183 static int x25519_priv_encode(CBB *out, const EVP_PKEY *pkey) { in x25519_priv_encode() 210 static int x25519_size(const EVP_PKEY *pkey) { return 32; } in x25519_size() [all …]
|
D | p_dh_asn1.cc | 20 static void dh_free(EVP_PKEY *pkey) { in dh_free() 25 static int dh_size(const EVP_PKEY *pkey) { in dh_size() 29 static int dh_bits(const EVP_PKEY *pkey) { in dh_bits() 33 static int dh_param_missing(const EVP_PKEY *pkey) { in dh_param_missing() 109 int EVP_PKEY_set1_DH(EVP_PKEY *pkey, DH *key) { in EVP_PKEY_set1_DH() 117 int EVP_PKEY_assign_DH(EVP_PKEY *pkey, DH *key) { in EVP_PKEY_assign_DH() 123 DH *EVP_PKEY_get0_DH(const EVP_PKEY *pkey) { in EVP_PKEY_get0_DH() 131 DH *EVP_PKEY_get1_DH(const EVP_PKEY *pkey) { in EVP_PKEY_get1_DH()
|
D | p_ed25519_asn1.cc | 26 static void ed25519_free(EVP_PKEY *pkey) { in ed25519_free() 31 static int ed25519_set_priv_raw(EVP_PKEY *pkey, const uint8_t *in, size_t len) { in ed25519_set_priv_raw() 54 static int ed25519_set_pub_raw(EVP_PKEY *pkey, const uint8_t *in, size_t len) { in ed25519_set_pub_raw() 74 static int ed25519_get_priv_raw(const EVP_PKEY *pkey, uint8_t *out, in ed25519_get_priv_raw() 98 static int ed25519_get_pub_raw(const EVP_PKEY *pkey, uint8_t *out, in ed25519_get_pub_raw() 128 static int ed25519_pub_encode(CBB *out, const EVP_PKEY *pkey) { in ed25519_pub_encode() 171 static int ed25519_priv_encode(CBB *out, const EVP_PKEY *pkey) { in ed25519_priv_encode() 198 static int ed25519_size(const EVP_PKEY *pkey) { return 64; } in ed25519_size() 200 static int ed25519_bits(const EVP_PKEY *pkey) { return 253; } in ed25519_bits()
|
D | p_ec_asn1.cc | 134 static int eckey_set1_tls_encodedpoint(EVP_PKEY *pkey, const uint8_t *in, in eckey_set1_tls_encodedpoint() 145 static size_t eckey_get1_tls_encodedpoint(const EVP_PKEY *pkey, in eckey_get1_tls_encodedpoint() 156 static int int_ec_size(const EVP_PKEY *pkey) { in int_ec_size() 161 static int ec_bits(const EVP_PKEY *pkey) { in ec_bits() 171 static int ec_missing_parameters(const EVP_PKEY *pkey) { in ec_missing_parameters() 214 static void int_ec_free(EVP_PKEY *pkey) { in int_ec_free() 219 static int eckey_opaque(const EVP_PKEY *pkey) { in eckey_opaque() 258 int EVP_PKEY_set1_EC_KEY(EVP_PKEY *pkey, EC_KEY *key) { in EVP_PKEY_set1_EC_KEY() 266 int EVP_PKEY_assign_EC_KEY(EVP_PKEY *pkey, EC_KEY *key) { in EVP_PKEY_assign_EC_KEY() 272 EC_KEY *EVP_PKEY_get0_EC_KEY(const EVP_PKEY *pkey) { in EVP_PKEY_get0_EC_KEY() [all …]
|
D | p_rsa_asn1.cc | 111 static int rsa_opaque(const EVP_PKEY *pkey) { in rsa_opaque() 116 static int int_rsa_size(const EVP_PKEY *pkey) { in int_rsa_size() 121 static int rsa_bits(const EVP_PKEY *pkey) { in rsa_bits() 126 static void int_rsa_free(EVP_PKEY *pkey) { in int_rsa_free() 165 int EVP_PKEY_set1_RSA(EVP_PKEY *pkey, RSA *key) { in EVP_PKEY_set1_RSA() 173 int EVP_PKEY_assign_RSA(EVP_PKEY *pkey, RSA *key) { in EVP_PKEY_assign_RSA() 179 RSA *EVP_PKEY_get0_RSA(const EVP_PKEY *pkey) { in EVP_PKEY_get0_RSA() 187 RSA *EVP_PKEY_get1_RSA(const EVP_PKEY *pkey) { in EVP_PKEY_get1_RSA()
|
/external/cronet/stable/third_party/boringssl/src/crypto/evp/ |
D | evp.cc | 92 static void free_it(EVP_PKEY *pkey) { in free_it() 100 void EVP_PKEY_free(EVP_PKEY *pkey) { in EVP_PKEY_free() 113 int EVP_PKEY_up_ref(EVP_PKEY *pkey) { in EVP_PKEY_up_ref() 118 int EVP_PKEY_is_opaque(const EVP_PKEY *pkey) { in EVP_PKEY_is_opaque() 179 int EVP_PKEY_missing_parameters(const EVP_PKEY *pkey) { in EVP_PKEY_missing_parameters() 186 int EVP_PKEY_size(const EVP_PKEY *pkey) { in EVP_PKEY_size() 193 int EVP_PKEY_bits(const EVP_PKEY *pkey) { in EVP_PKEY_bits() 200 int EVP_PKEY_id(const EVP_PKEY *pkey) { return pkey->type; } in EVP_PKEY_id() 222 void evp_pkey_set_method(EVP_PKEY *pkey, const EVP_PKEY_ASN1_METHOD *method) { in evp_pkey_set_method() 234 int EVP_PKEY_assign(EVP_PKEY *pkey, int type, void *key) { in EVP_PKEY_assign() [all …]
|
D | p_x25519_asn1.cc | 26 static void x25519_free(EVP_PKEY *pkey) { in x25519_free() 31 static int x25519_set_priv_raw(EVP_PKEY *pkey, const uint8_t *in, size_t len) { in x25519_set_priv_raw() 52 static int x25519_set_pub_raw(EVP_PKEY *pkey, const uint8_t *in, size_t len) { in x25519_set_pub_raw() 72 static int x25519_get_priv_raw(const EVP_PKEY *pkey, uint8_t *out, in x25519_get_priv_raw() 95 static int x25519_get_pub_raw(const EVP_PKEY *pkey, uint8_t *out, in x25519_get_pub_raw() 113 static int x25519_set1_tls_encodedpoint(EVP_PKEY *pkey, const uint8_t *in, in x25519_set1_tls_encodedpoint() 118 static size_t x25519_get1_tls_encodedpoint(const EVP_PKEY *pkey, in x25519_get1_tls_encodedpoint() 142 static int x25519_pub_encode(CBB *out, const EVP_PKEY *pkey) { in x25519_pub_encode() 183 static int x25519_priv_encode(CBB *out, const EVP_PKEY *pkey) { in x25519_priv_encode() 210 static int x25519_size(const EVP_PKEY *pkey) { return 32; } in x25519_size() [all …]
|
D | p_dh_asn1.cc | 20 static void dh_free(EVP_PKEY *pkey) { in dh_free() 25 static int dh_size(const EVP_PKEY *pkey) { in dh_size() 29 static int dh_bits(const EVP_PKEY *pkey) { in dh_bits() 33 static int dh_param_missing(const EVP_PKEY *pkey) { in dh_param_missing() 109 int EVP_PKEY_set1_DH(EVP_PKEY *pkey, DH *key) { in EVP_PKEY_set1_DH() 117 int EVP_PKEY_assign_DH(EVP_PKEY *pkey, DH *key) { in EVP_PKEY_assign_DH() 123 DH *EVP_PKEY_get0_DH(const EVP_PKEY *pkey) { in EVP_PKEY_get0_DH() 131 DH *EVP_PKEY_get1_DH(const EVP_PKEY *pkey) { in EVP_PKEY_get1_DH()
|
D | p_ed25519_asn1.cc | 26 static void ed25519_free(EVP_PKEY *pkey) { in ed25519_free() 31 static int ed25519_set_priv_raw(EVP_PKEY *pkey, const uint8_t *in, size_t len) { in ed25519_set_priv_raw() 54 static int ed25519_set_pub_raw(EVP_PKEY *pkey, const uint8_t *in, size_t len) { in ed25519_set_pub_raw() 74 static int ed25519_get_priv_raw(const EVP_PKEY *pkey, uint8_t *out, in ed25519_get_priv_raw() 98 static int ed25519_get_pub_raw(const EVP_PKEY *pkey, uint8_t *out, in ed25519_get_pub_raw() 128 static int ed25519_pub_encode(CBB *out, const EVP_PKEY *pkey) { in ed25519_pub_encode() 171 static int ed25519_priv_encode(CBB *out, const EVP_PKEY *pkey) { in ed25519_priv_encode() 198 static int ed25519_size(const EVP_PKEY *pkey) { return 64; } in ed25519_size() 200 static int ed25519_bits(const EVP_PKEY *pkey) { return 253; } in ed25519_bits()
|
D | p_ec_asn1.cc | 180 static int eckey_set1_tls_encodedpoint(EVP_PKEY *pkey, const uint8_t *in, in eckey_set1_tls_encodedpoint() 191 static size_t eckey_get1_tls_encodedpoint(const EVP_PKEY *pkey, in eckey_get1_tls_encodedpoint() 202 static int int_ec_size(const EVP_PKEY *pkey) { in int_ec_size() 207 static int ec_bits(const EVP_PKEY *pkey) { in ec_bits() 217 static int ec_missing_parameters(const EVP_PKEY *pkey) { in ec_missing_parameters() 260 static void int_ec_free(EVP_PKEY *pkey) { in int_ec_free() 265 static int eckey_opaque(const EVP_PKEY *pkey) { in eckey_opaque() 304 int EVP_PKEY_set1_EC_KEY(EVP_PKEY *pkey, EC_KEY *key) { in EVP_PKEY_set1_EC_KEY() 312 int EVP_PKEY_assign_EC_KEY(EVP_PKEY *pkey, EC_KEY *key) { in EVP_PKEY_assign_EC_KEY() 318 EC_KEY *EVP_PKEY_get0_EC_KEY(const EVP_PKEY *pkey) { in EVP_PKEY_get0_EC_KEY() [all …]
|
D | p_rsa_asn1.cc | 157 static int rsa_opaque(const EVP_PKEY *pkey) { in rsa_opaque() 162 static int int_rsa_size(const EVP_PKEY *pkey) { in int_rsa_size() 167 static int rsa_bits(const EVP_PKEY *pkey) { in rsa_bits() 172 static void int_rsa_free(EVP_PKEY *pkey) { in int_rsa_free() 211 int EVP_PKEY_set1_RSA(EVP_PKEY *pkey, RSA *key) { in EVP_PKEY_set1_RSA() 219 int EVP_PKEY_assign_RSA(EVP_PKEY *pkey, RSA *key) { in EVP_PKEY_assign_RSA() 225 RSA *EVP_PKEY_get0_RSA(const EVP_PKEY *pkey) { in EVP_PKEY_get0_RSA() 233 RSA *EVP_PKEY_get1_RSA(const EVP_PKEY *pkey) { in EVP_PKEY_get1_RSA()
|
/external/cronet/tot/third_party/boringssl/src/crypto/evp/ |
D | evp.cc | 92 static void free_it(EVP_PKEY *pkey) { in free_it() 100 void EVP_PKEY_free(EVP_PKEY *pkey) { in EVP_PKEY_free() 113 int EVP_PKEY_up_ref(EVP_PKEY *pkey) { in EVP_PKEY_up_ref() 118 int EVP_PKEY_is_opaque(const EVP_PKEY *pkey) { in EVP_PKEY_is_opaque() 179 int EVP_PKEY_missing_parameters(const EVP_PKEY *pkey) { in EVP_PKEY_missing_parameters() 186 int EVP_PKEY_size(const EVP_PKEY *pkey) { in EVP_PKEY_size() 193 int EVP_PKEY_bits(const EVP_PKEY *pkey) { in EVP_PKEY_bits() 200 int EVP_PKEY_id(const EVP_PKEY *pkey) { return pkey->type; } in EVP_PKEY_id() 222 void evp_pkey_set_method(EVP_PKEY *pkey, const EVP_PKEY_ASN1_METHOD *method) { in evp_pkey_set_method() 234 int EVP_PKEY_assign(EVP_PKEY *pkey, int type, void *key) { in EVP_PKEY_assign() [all …]
|
D | p_x25519_asn1.cc | 26 static void x25519_free(EVP_PKEY *pkey) { in x25519_free() 31 static int x25519_set_priv_raw(EVP_PKEY *pkey, const uint8_t *in, size_t len) { in x25519_set_priv_raw() 52 static int x25519_set_pub_raw(EVP_PKEY *pkey, const uint8_t *in, size_t len) { in x25519_set_pub_raw() 72 static int x25519_get_priv_raw(const EVP_PKEY *pkey, uint8_t *out, in x25519_get_priv_raw() 95 static int x25519_get_pub_raw(const EVP_PKEY *pkey, uint8_t *out, in x25519_get_pub_raw() 113 static int x25519_set1_tls_encodedpoint(EVP_PKEY *pkey, const uint8_t *in, in x25519_set1_tls_encodedpoint() 118 static size_t x25519_get1_tls_encodedpoint(const EVP_PKEY *pkey, in x25519_get1_tls_encodedpoint() 142 static int x25519_pub_encode(CBB *out, const EVP_PKEY *pkey) { in x25519_pub_encode() 183 static int x25519_priv_encode(CBB *out, const EVP_PKEY *pkey) { in x25519_priv_encode() 210 static int x25519_size(const EVP_PKEY *pkey) { return 32; } in x25519_size() [all …]
|
D | p_dh_asn1.cc | 20 static void dh_free(EVP_PKEY *pkey) { in dh_free() 25 static int dh_size(const EVP_PKEY *pkey) { in dh_size() 29 static int dh_bits(const EVP_PKEY *pkey) { in dh_bits() 33 static int dh_param_missing(const EVP_PKEY *pkey) { in dh_param_missing() 109 int EVP_PKEY_set1_DH(EVP_PKEY *pkey, DH *key) { in EVP_PKEY_set1_DH() 117 int EVP_PKEY_assign_DH(EVP_PKEY *pkey, DH *key) { in EVP_PKEY_assign_DH() 123 DH *EVP_PKEY_get0_DH(const EVP_PKEY *pkey) { in EVP_PKEY_get0_DH() 131 DH *EVP_PKEY_get1_DH(const EVP_PKEY *pkey) { in EVP_PKEY_get1_DH()
|
D | p_ed25519_asn1.cc | 26 static void ed25519_free(EVP_PKEY *pkey) { in ed25519_free() 31 static int ed25519_set_priv_raw(EVP_PKEY *pkey, const uint8_t *in, size_t len) { in ed25519_set_priv_raw() 54 static int ed25519_set_pub_raw(EVP_PKEY *pkey, const uint8_t *in, size_t len) { in ed25519_set_pub_raw() 74 static int ed25519_get_priv_raw(const EVP_PKEY *pkey, uint8_t *out, in ed25519_get_priv_raw() 98 static int ed25519_get_pub_raw(const EVP_PKEY *pkey, uint8_t *out, in ed25519_get_pub_raw() 128 static int ed25519_pub_encode(CBB *out, const EVP_PKEY *pkey) { in ed25519_pub_encode() 171 static int ed25519_priv_encode(CBB *out, const EVP_PKEY *pkey) { in ed25519_priv_encode() 198 static int ed25519_size(const EVP_PKEY *pkey) { return 64; } in ed25519_size() 200 static int ed25519_bits(const EVP_PKEY *pkey) { return 253; } in ed25519_bits()
|
D | p_ec_asn1.cc | 180 static int eckey_set1_tls_encodedpoint(EVP_PKEY *pkey, const uint8_t *in, in eckey_set1_tls_encodedpoint() 191 static size_t eckey_get1_tls_encodedpoint(const EVP_PKEY *pkey, in eckey_get1_tls_encodedpoint() 202 static int int_ec_size(const EVP_PKEY *pkey) { in int_ec_size() 207 static int ec_bits(const EVP_PKEY *pkey) { in ec_bits() 217 static int ec_missing_parameters(const EVP_PKEY *pkey) { in ec_missing_parameters() 260 static void int_ec_free(EVP_PKEY *pkey) { in int_ec_free() 265 static int eckey_opaque(const EVP_PKEY *pkey) { in eckey_opaque() 304 int EVP_PKEY_set1_EC_KEY(EVP_PKEY *pkey, EC_KEY *key) { in EVP_PKEY_set1_EC_KEY() 312 int EVP_PKEY_assign_EC_KEY(EVP_PKEY *pkey, EC_KEY *key) { in EVP_PKEY_assign_EC_KEY() 318 EC_KEY *EVP_PKEY_get0_EC_KEY(const EVP_PKEY *pkey) { in EVP_PKEY_get0_EC_KEY() [all …]
|
D | p_rsa_asn1.cc | 157 static int rsa_opaque(const EVP_PKEY *pkey) { in rsa_opaque() 162 static int int_rsa_size(const EVP_PKEY *pkey) { in int_rsa_size() 167 static int rsa_bits(const EVP_PKEY *pkey) { in rsa_bits() 172 static void int_rsa_free(EVP_PKEY *pkey) { in int_rsa_free() 211 int EVP_PKEY_set1_RSA(EVP_PKEY *pkey, RSA *key) { in EVP_PKEY_set1_RSA() 219 int EVP_PKEY_assign_RSA(EVP_PKEY *pkey, RSA *key) { in EVP_PKEY_assign_RSA() 225 RSA *EVP_PKEY_get0_RSA(const EVP_PKEY *pkey) { in EVP_PKEY_get0_RSA() 233 RSA *EVP_PKEY_get1_RSA(const EVP_PKEY *pkey) { in EVP_PKEY_get1_RSA()
|
/external/linux-kselftest/tools/testing/selftests/vm/ |
D | protection_keys.c | 177 static u32 hw_pkey_get(int pkey, unsigned long flags) in hw_pkey_get() 188 static int hw_pkey_set(int pkey, unsigned long rights, unsigned long flags) in hw_pkey_set() 209 void pkey_disable_set(int pkey, int flags) in pkey_disable_set() 250 void pkey_disable_clear(int pkey, int flags) in pkey_disable_clear() 279 void pkey_write_allow(int pkey) in pkey_write_allow() 283 void pkey_write_deny(int pkey) in pkey_write_deny() 287 void pkey_access_allow(int pkey) in pkey_access_allow() 291 void pkey_access_deny(int pkey) in pkey_access_deny() 470 unsigned long pkey) in sys_mprotect_pkey() 543 int sys_pkey_free(unsigned long pkey) in sys_pkey_free() [all …]
|
/external/cronet/stable/third_party/boringssl/src/crypto/pem/ |
D | pem_test.cc | 95 bssl::UniquePtr<EVP_PKEY> pkey(PEM_read_bio_PrivateKey( in TEST() local 104 bssl::UniquePtr<EVP_PKEY> pkey(PEM_read_bio_PrivateKey( in TEST() local 117 bssl::UniquePtr<EVP_PKEY> pkey( in TEST() local 131 bssl::UniquePtr<EVP_PKEY> pkey(PEM_read_bio_PrivateKey( in TEST() local 147 bssl::UniquePtr<EVP_PKEY> pkey(d2i_PKCS8PrivateKey_bio( in TEST() local 155 bssl::UniquePtr<EVP_PKEY> pkey( in TEST() local 167 bssl::UniquePtr<EVP_PKEY> pkey(d2i_PKCS8PrivateKey_bio( in TEST() local 206 bssl::UniquePtr<EVP_PKEY> pkey(PEM_read_bio_PrivateKey( in TEST() local 219 bssl::UniquePtr<EVP_PKEY> pkey(d2i_PKCS8PrivateKey_bio( in TEST() local 235 bssl::UniquePtr<EVP_PKEY> pkey( in TEST() local
|
/external/boringssl/src/crypto/pem/ |
D | pem_test.cc | 97 bssl::UniquePtr<EVP_PKEY> pkey(PEM_read_bio_PrivateKey( in TEST() local 106 bssl::UniquePtr<EVP_PKEY> pkey(PEM_read_bio_PrivateKey( in TEST() local 119 bssl::UniquePtr<EVP_PKEY> pkey( in TEST() local 133 bssl::UniquePtr<EVP_PKEY> pkey(PEM_read_bio_PrivateKey( in TEST() local 149 bssl::UniquePtr<EVP_PKEY> pkey(d2i_PKCS8PrivateKey_bio( in TEST() local 157 bssl::UniquePtr<EVP_PKEY> pkey( in TEST() local 169 bssl::UniquePtr<EVP_PKEY> pkey(d2i_PKCS8PrivateKey_bio( in TEST() local 208 bssl::UniquePtr<EVP_PKEY> pkey(PEM_read_bio_PrivateKey( in TEST() local 221 bssl::UniquePtr<EVP_PKEY> pkey(d2i_PKCS8PrivateKey_bio( in TEST() local 237 bssl::UniquePtr<EVP_PKEY> pkey( in TEST() local
|
/external/cronet/tot/third_party/boringssl/src/crypto/pem/ |
D | pem_test.cc | 95 bssl::UniquePtr<EVP_PKEY> pkey(PEM_read_bio_PrivateKey( in TEST() local 104 bssl::UniquePtr<EVP_PKEY> pkey(PEM_read_bio_PrivateKey( in TEST() local 117 bssl::UniquePtr<EVP_PKEY> pkey( in TEST() local 131 bssl::UniquePtr<EVP_PKEY> pkey(PEM_read_bio_PrivateKey( in TEST() local 147 bssl::UniquePtr<EVP_PKEY> pkey(d2i_PKCS8PrivateKey_bio( in TEST() local 155 bssl::UniquePtr<EVP_PKEY> pkey( in TEST() local 167 bssl::UniquePtr<EVP_PKEY> pkey(d2i_PKCS8PrivateKey_bio( in TEST() local 206 bssl::UniquePtr<EVP_PKEY> pkey(PEM_read_bio_PrivateKey( in TEST() local 219 bssl::UniquePtr<EVP_PKEY> pkey(d2i_PKCS8PrivateKey_bio( in TEST() local 235 bssl::UniquePtr<EVP_PKEY> pkey( in TEST() local
|