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.c622 void *vp = OPENSSL_malloc(sz); in app_malloc() local
624 if (vp == NULL) in app_malloc()
627 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.c849 volatile BN_ULONG *vp; in bn_mul_mont() local
857 vp = tp = alloca((num + 2) * sizeof(BN_ULONG)); in bn_mul_mont()
921 vp[i] = 0; in bn_mul_mont()
926 rp[i] = tp[i], vp[i] = 0; in bn_mul_mont()
927 vp[num] = 0; in bn_mul_mont()
928 vp[num + 1] = 0; in bn_mul_mont()
987 volatile BN_ULONG *vp; in bn_mul_mont() local
1013 vp[i] = 0; in bn_mul_mont()
1018 rp[i] = tp[i], vp[i] = 0; in bn_mul_mont()
1019 vp[num] = 0; in bn_mul_mont()
[all …]
/openssl/test/
H A Dparams_api_test.c518 void *vp, *vpn = NULL, *vp2; in test_param_construct() local
546 params[n++] = OSSL_PARAM_construct_octet_ptr("octptr", &vp, 0); in test_param_construct()
637 vp = buf2; in test_param_construct()
638 if (!TEST_true(OSSL_PARAM_get_octet_string(cp, &vp, sizeof(buf2), &s)) in test_param_construct()
640 || !TEST_mem_eq(vp, sizeof("abcdefghi"), in test_param_construct()
644 vp = &l; in test_param_construct()
648 || (tstid <= 1 && !TEST_ptr_eq(vp, &ul))) in test_param_construct()
654 || (tstid <= 1 && !TEST_ptr_eq(vp2, vp))) in test_param_construct()
/openssl/providers/implementations/ciphers/
H A Dciphercommon_gcm.c235 void *vp; in ossl_gcm_set_ctx_params() local
242 vp = ctx->buf; in ossl_gcm_set_ctx_params()
243 if (!OSSL_PARAM_get_octet_string(p, &vp, EVP_GCM_TLS_TAG_LEN, &sz)) { in ossl_gcm_set_ctx_params()

Completed in 37 milliseconds