/hal_espressif-3.5.0/components/openssl/library/ |
D | ssl_pkey.c | 128 EVP_PKEY *d2i_PrivateKey_bio(BIO *bp, EVP_PKEY **a) in d2i_PrivateKey_bio() argument 130 return d2i_PrivateKey(0, a, (const unsigned char **)&bp->data, bp->dlen); in d2i_PrivateKey_bio() 133 RSA *d2i_RSAPrivateKey_bio(BIO *bp,RSA **a) in d2i_RSAPrivateKey_bio() argument 135 return d2i_PrivateKey_bio(bp, (EVP_PKEY**)a); in d2i_RSAPrivateKey_bio() 138 RSA *PEM_read_bio_RSAPrivateKey(BIO *bp, RSA **x, pem_password_cb *cb, void *u) in PEM_read_bio_RSAPrivateKey() argument 140 return PEM_read_bio_PrivateKey(bp, (EVP_PKEY**)x, cb, u); in PEM_read_bio_RSAPrivateKey() 143 EVP_PKEY *PEM_read_bio_PrivateKey(BIO *bp, EVP_PKEY **pk, pem_password_cb *cb, void *u) in PEM_read_bio_PrivateKey() argument 150 SSL_ASSERT2(BIO_method_type(bp) & BIO_TYPE_MEM); in PEM_read_bio_PrivateKey() 151 if (bp->data == NULL || bp->dlen == 0) { in PEM_read_bio_PrivateKey() 165 ret = EVP_PKEY_METHOD_CALL(load, x, bp->data, bp->dlen); in PEM_read_bio_PrivateKey() [all …]
|
D | ssl_x509.c | 352 X509 * PEM_read_bio_X509(BIO *bp, X509 **cert, pem_password_cb cb, void *u) { in PEM_read_bio_X509() argument 357 SSL_ASSERT2(BIO_method_type(bp) & BIO_TYPE_MEM); in PEM_read_bio_X509() 358 if (bp->data == NULL || bp->dlen == 0) { in PEM_read_bio_X509() 372 ret = X509_METHOD_CALL(load, x, bp->data, bp->dlen); in PEM_read_bio_X509() 379 bp->data = NULL; in PEM_read_bio_X509() 380 bp->dlen = 0; in PEM_read_bio_X509() 391 X509 *PEM_read_bio_X509_AUX(BIO *bp, X509 **cert, pem_password_cb *cb, void *u) in PEM_read_bio_X509_AUX() argument 393 return PEM_read_bio_X509(bp, cert, cb, u); in PEM_read_bio_X509_AUX()
|
/hal_espressif-3.5.0/components/openssl/include/internal/ |
D | ssl_pkey.h | 67 EVP_PKEY *d2i_PrivateKey_bio(BIO *bp, EVP_PKEY **a); 77 RSA *d2i_RSAPrivateKey_bio(BIO *bp,RSA **rsa); 89 EVP_PKEY *PEM_read_bio_PrivateKey(BIO *bp, EVP_PKEY **x, pem_password_cb *cb, void *u); 102 RSA *PEM_read_bio_RSAPrivateKey(BIO *bp, RSA **rsa, pem_password_cb *cb, void *u);
|
D | ssl_x509.h | 131 X509 * PEM_read_bio_X509(BIO *bp, X509 **x, pem_password_cb cb, void *u); 145 X509 *PEM_read_bio_X509_AUX(BIO *bp, X509 **cert, pem_password_cb *cb, void *u);
|
/hal_espressif-3.5.0/components/console/argtable3/ |
D | argtable3.c | 1117 const char *bp; in arg_strptime() local 1121 bp = buf; in arg_strptime() 1129 while (isspace((int) *bp)) in arg_strptime() 1130 bp++; in arg_strptime() 1145 if (c != *bp++) in arg_strptime() 1168 bp = arg_strptime(bp, "%x %X", tm); in arg_strptime() 1169 if (!bp) in arg_strptime() 1175 bp = arg_strptime(bp, "%m/%d/%y", tm); in arg_strptime() 1176 if (!bp) in arg_strptime() 1182 bp = arg_strptime(bp, "%H:%M", tm); in arg_strptime() [all …]
|
/hal_espressif-3.5.0/components/asio/port/src/ |
D | esp_asio_openssl_stubs.c | 21 DH *PEM_read_bio_DHparams(BIO *bp, DH **x, pem_password_cb *cb, void *u) in PEM_read_bio_DHparams() argument
|
/hal_espressif-3.5.0/components/esp_rom/patches/ |
D | esp_rom_tjpgd.c | 495 uint8_t *bp; in mcu_load() local 503 bp = jd->mcubuf; /* Pointer to the first block */ in mcu_load() 553 …*bp = (*tmp / 256) + 128; /* If scale ratio is 1/8, IDCT can be ommited and only DC element is use… in mcu_load() 555 block_idct(tmp, bp); /* Apply IDCT and store the block to the MCU buffer */ in mcu_load() 557 bp += 64; /* Next block */ in mcu_load()
|
/hal_espressif-3.5.0/components/asio/port/include/openssl/ |
D | esp_asio_openssl_stubs.h | 163 DH *PEM_read_bio_DHparams(BIO *bp, DH **x, pem_password_cb *cb, void *u);
|
/hal_espressif-3.5.0/examples/system/gcov/ |
D | README.md | 135 Failed to wait halt on bp target (-4)!
|