Searched refs:key_blob (Results 1 - 8 of 8) sorted by relevance
/third_party/curl/lib/vtls/ |
H A D | openssl.h | 51 const struct curl_blob *key_blob,
|
H A D | mbedtls.c | 478 if(ssl_config->key || ssl_config->key_blob) { in mbed_connect_step1() 503 const struct curl_blob *ssl_key_blob = ssl_config->key_blob; in mbed_connect_step1() 652 if(ssl_config->key || ssl_config->key_blob) { in mbed_connect_step1()
|
H A D | openssl.c | 1274 const struct curl_blob *key_blob, in cert_stuff() 1517 if((!key_file) && (!key_blob)) { in cert_stuff() 1519 key_blob = cert_blob; in cert_stuff() 1530 cert_use_result = key_blob ? in cert_stuff() 1531 SSL_CTX_use_PrivateKey_blob(ctx, key_blob, file_type, key_passwd) : in cert_stuff() 1660 const struct curl_blob *key_blob, in Curl_ossl_set_client_cert() 1664 key_blob, key_type, key_passwd); in Curl_ossl_set_client_cert() 3650 ssl_config->key, ssl_config->key_blob, in ossl_connect_step1() 1268 cert_stuff(struct Curl_easy *data, SSL_CTX* ctx, char *cert_file, const struct curl_blob *cert_blob, const char *cert_type, char *key_file, const struct curl_blob *key_blob, const char *key_type, char *key_passwd) cert_stuff() argument 1656 Curl_ossl_set_client_cert(struct Curl_easy *data, SSL_CTX *ctx, char *cert_file, const struct curl_blob *cert_blob, const char *cert_type, char *key_file, const struct curl_blob *key_blob, const char *key_type, char *key_passwd) Curl_ossl_set_client_cert() argument
|
H A D | vtls.c | 299 data->set.ssl.key_blob = data->set.blobs[BLOB_KEY]; in Curl_ssl_easy_config_complete() 324 data->set.proxy_ssl.key_blob = data->set.blobs[BLOB_KEY_PROXY]; in Curl_ssl_easy_config_complete()
|
/kernel/linux/linux-5.10/arch/s390/crypto/ |
H A D | paes_s390.c | 44 struct key_blob { struct 57 static inline int _key_to_kb(struct key_blob *kb, in _key_to_kb() 101 static inline void _free_kb_keybuf(struct key_blob *kb) in _free_kb_keybuf() 111 struct key_blob kb; 118 struct key_blob kb[2]; 124 static inline int __paes_keyblob2pkey(struct key_blob *kb, in __paes_keyblob2pkey()
|
/kernel/linux/linux-6.6/arch/s390/crypto/ |
H A D | paes_s390.c | 45 struct key_blob { struct 58 static inline int _key_to_kb(struct key_blob *kb, in _key_to_kb() 102 static inline void _free_kb_keybuf(struct key_blob *kb) in _free_kb_keybuf() 112 struct key_blob kb; 119 struct key_blob kb[2]; 125 static inline int __paes_keyblob2pkey(struct key_blob *kb, in __paes_keyblob2pkey()
|
/third_party/curl/lib/vquic/ |
H A D | vquic-tls.c | 203 ssl_config->key, ssl_config->key_blob, in curl_ossl_set_client_cert()
|
/third_party/curl/lib/ |
H A D | urldata.h | 309 struct curl_blob *key_blob; member
|
Completed in 20 milliseconds