Searched refs:tmpval (Results 1 - 6 of 6) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/asn1/ |
H A D | asn_mime.c | 852 char *tmpname = NULL, *tmpval = NULL, *p; in mime_hdr_new() local 861 if ((tmpval = OPENSSL_strdup(value)) == NULL) in mime_hdr_new() 863 for (p = tmpval; *p; p++) in mime_hdr_new() 870 mhdr->value = tmpval; in mime_hdr_new() 877 OPENSSL_free(tmpval); in mime_hdr_new() 884 char *tmpname = NULL, *tmpval = NULL, *p; in mime_hdr_addparam() local 895 tmpval = OPENSSL_strdup(value); in mime_hdr_addparam() 896 if (!tmpval) in mime_hdr_addparam() 904 mparam->param_value = tmpval; in mime_hdr_addparam() 910 OPENSSL_free(tmpval); in mime_hdr_addparam() [all...] |
/third_party/openssl/crypto/asn1/ |
H A D | asn_mime.c | 846 char *tmpname = NULL, *tmpval = NULL, *p; in mime_hdr_new() local 855 if ((tmpval = OPENSSL_strdup(value)) == NULL) in mime_hdr_new() 857 for (p = tmpval; *p; p++) in mime_hdr_new() 864 mhdr->value = tmpval; in mime_hdr_new() 871 OPENSSL_free(tmpval); in mime_hdr_new() 878 char *tmpname = NULL, *tmpval = NULL, *p; in mime_hdr_addparam() local 889 tmpval = OPENSSL_strdup(value); in mime_hdr_addparam() 890 if (!tmpval) in mime_hdr_addparam() 898 mparam->param_value = tmpval; in mime_hdr_addparam() 904 OPENSSL_free(tmpval); in mime_hdr_addparam() [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | 4xm.c | 283 unsigned tmpval = AV_RN32(src); \ 284 tmpval = (tmpval << 16) | (tmpval >> 16); \ 285 tmpval = tmpval * (scale) + (dc); \ 286 tmpval = (tmpval << 16) | (tmpval >> 16); \ 287 AV_WN32A(dst, tmpval); \ [all...] |
/third_party/node/deps/openssl/openssl/crypto/ocsp/ |
H A D | ocsp_ext.c | 247 unsigned char *tmpval; in STACK_OF() local 265 tmpval = os.data; in STACK_OF() 266 ASN1_put_object(&tmpval, 0, len, V_ASN1_OCTET_STRING, V_ASN1_UNIVERSAL); in STACK_OF() 268 memcpy(tmpval, val, len); in STACK_OF() 269 else if (RAND_bytes(tmpval, len) <= 0) in STACK_OF()
|
/third_party/openssl/crypto/ocsp/ |
H A D | ocsp_ext.c | 247 unsigned char *tmpval; in STACK_OF() local 265 tmpval = os.data; in STACK_OF() 266 ASN1_put_object(&tmpval, 0, len, V_ASN1_OCTET_STRING, V_ASN1_UNIVERSAL); in STACK_OF() 268 memcpy(tmpval, val, len); in STACK_OF() 269 else if (RAND_bytes(tmpval, len) <= 0) in STACK_OF()
|
/third_party/openssl/test/ |
H A D | evp_test.c | 1277 char *p, *tmpval; in mac_test_ctrl_pkey() local 1279 if (!TEST_ptr(tmpval = OPENSSL_strdup(value))) in mac_test_ctrl_pkey() 1281 p = strchr(tmpval, ':'); in mac_test_ctrl_pkey() 1284 rv = EVP_PKEY_CTX_ctrl_str(pctx, tmpval, p); in mac_test_ctrl_pkey() 1292 OPENSSL_free(tmpval); in mac_test_ctrl_pkey() 1485 char *tmpkey, *tmpval; in mac_test_run_mac() local 1492 tmpval = strchr(tmpkey, ':'); in mac_test_run_mac() 1493 if (tmpval != NULL) in mac_test_run_mac() 1494 *tmpval++ = '\0'; in mac_test_run_mac() 1496 if (tmpval in mac_test_run_mac() 1730 char *p, *tmpval; pkey_test_ctrl() local [all...] |
Completed in 9 milliseconds