Home
last modified time | relevance | path

Searched refs:vp (Results 1 – 7 of 7) sorted by relevance

/openssl/test/testutil/
H A Dapps_shims.c18 void *vp; in app_malloc() local
25 if (!TEST_ptr(vp = OPENSSL_malloc(sz))) { in app_malloc()
29 return vp; in app_malloc()
/openssl/apps/lib/
H A Dapps_ui.c154 void *vp = OPENSSL_malloc(sz); in ui_malloc() local
156 if (vp == NULL) { in ui_malloc()
161 return vp; in ui_malloc()
H A Dapps.c685 void *vp = OPENSSL_malloc(sz); in app_malloc() local
687 if (vp == NULL) in app_malloc()
690 return vp; in app_malloc()
/openssl/crypto/ocsp/
H A Docsp_vfy.c35 X509_VERIFY_PARAM *vp; in ocsp_verify_signer() local
46 if ((vp = X509_STORE_CTX_get0_param(ctx)) == NULL) in ocsp_verify_signer()
49 X509_VERIFY_PARAM_set_flags(vp, X509_V_FLAG_PARTIAL_CHAIN); in ocsp_verify_signer()
56 X509_VERIFY_PARAM_clear_flags(vp, X509_V_FLAG_CRL_CHECK); in ocsp_verify_signer()
/openssl/crypto/bn/
H A Dbn_asm.c859 volatile BN_ULONG *vp; in bn_mul_mont() local
867 vp = tp = alloca((num + 2) * sizeof(BN_ULONG)); in bn_mul_mont()
931 vp[i] = 0; in bn_mul_mont()
936 rp[i] = tp[i], vp[i] = 0; in bn_mul_mont()
937 vp[num] = 0; in bn_mul_mont()
938 vp[num + 1] = 0; in bn_mul_mont()
997 volatile BN_ULONG *vp; in bn_mul_mont() local
1023 vp[i] = 0; in bn_mul_mont()
1028 rp[i] = tp[i], vp[i] = 0; in bn_mul_mont()
1029 vp[num] = 0; in bn_mul_mont()
[all …]
/openssl/test/
H A Dparams_api_test.c600 void *vp, *vpn = NULL, *vp2; in test_param_construct() local
628 params[n++] = OSSL_PARAM_construct_octet_ptr("octptr", &vp, 0); in test_param_construct()
719 vp = buf2; in test_param_construct()
720 if (!TEST_true(OSSL_PARAM_get_octet_string(cp, &vp, sizeof(buf2), &s)) in test_param_construct()
722 || !TEST_mem_eq(vp, sizeof("abcdefghi"), in test_param_construct()
726 vp = &l; in test_param_construct()
730 || (tstid <= 1 && !TEST_ptr_eq(vp, &ul))) in test_param_construct()
736 || (tstid <= 1 && !TEST_ptr_eq(vp2, vp))) in test_param_construct()
/openssl/providers/implementations/ciphers/
H A Dciphercommon_gcm.c252 void *vp; in ossl_gcm_set_ctx_params() local
265 vp = ctx->buf; in ossl_gcm_set_ctx_params()
266 if (!OSSL_PARAM_get_octet_string(p, &vp, EVP_GCM_TLS_TAG_LEN, &sz)) { in ossl_gcm_set_ctx_params()

Completed in 66 milliseconds