Home
last modified time | relevance | path

Searched refs:EVP_PKEY_CTX_set1_id (Results 1 – 12 of 12) sorted by relevance

/third_party/openssl/doc/man7/
DEVP_PKEY-SM2.pod45 EVP_PKEY_CTX_set1_id(pctx, id, id_len);
71 EVP_PKEY_CTX_set1_id(pctx, id, id_len);
82 L<EVP_PKEY_CTX_set1_id(3)>,
/third_party/openssl/doc/man3/
DASN1_item_sign.pod59 See EVP_PKEY_CTX_set1_id() for further info. The output parameters <algor1> and
75 See EVP_PKEY_CTX_set1_id() for further info.
DEVP_PKEY_CTX_ctrl.pod71 EVP_PKEY_CTX_set1_id, EVP_PKEY_CTX_get1_id, EVP_PKEY_CTX_get1_id_len,
175 int EVP_PKEY_CTX_set1_id(EVP_PKEY_CTX *ctx, void *id, size_t id_len);
625 EVP_PKEY_CTX_set1_id(), EVP_PKEY_CTX_get1_id() and EVP_PKEY_CTX_get1_id_len()
627 algorithms such as SM2. The EVP_PKEY_CTX_set1_id() sets an ID pointed by I<id> with
631 to EVP_PKEY_CTX_set1_id(). The length is usually used to allocate adequate
671 The EVP_PKEY_CTX_set1_id(), EVP_PKEY_CTX_get1_id() and
/third_party/openssl/test/
Decdsatest.c183 || !TEST_int_gt(EVP_PKEY_CTX_set1_id(pctx, sm2_id, sizeof(sm2_id)), 0)) in set_sm2_id()
Devp_extra_test.c1870 if (!TEST_int_gt(EVP_PKEY_CTX_set1_id(pctx, id, strlen(id)), 0)) in test_EVP_SM2_verify()
1958 if (!TEST_int_gt(EVP_PKEY_CTX_set1_id(sctx, sm2_id, sizeof(sm2_id)), 0)) in test_EVP_SM2()
1980 if (!TEST_int_gt(EVP_PKEY_CTX_set1_id(sctx, sm2_id, sizeof(sm2_id)), 0)) in test_EVP_SM2()
1998 if (!TEST_int_gt(EVP_PKEY_CTX_set1_id(sctx, NULL, 0), 0)) in test_EVP_SM2()
/third_party/openssl/util/
Dother.syms625 EVP_PKEY_CTX_set1_id define
Dlibcrypto.num5233 EVP_PKEY_CTX_set1_id 5361 3_0_0 EXIST::FUNCTION:
/third_party/openssl/ohos_lite/include/openssl/
Dec.h1444 # define EVP_PKEY_CTX_set1_id(ctx, id, id_len) \ macro
/third_party/openssl/crypto/evp/
Ddigest.c117 if (id != NULL && EVP_PKEY_CTX_set1_id(pctx, id->data, id->length) <= 0) in evp_md_ctx_new_ex()
Dpmeth_lib.c1227 int EVP_PKEY_CTX_set1_id(EVP_PKEY_CTX *ctx, const void *id, int len) in EVP_PKEY_CTX_set1_id() function
/third_party/openssl/apps/
Dspeed.c2846 if (EVP_PKEY_CTX_set1_id(sm2_pctx, SM2_ID, SM2_ID_LEN) != 1 in speed_main()
2847 || EVP_PKEY_CTX_set1_id(sm2_vfy_pctx, SM2_ID, SM2_ID_LEN) != 1) in speed_main()
/third_party/openssl/include/openssl/
Devp.h1674 int EVP_PKEY_CTX_set1_id(EVP_PKEY_CTX *ctx, const void *id, int len);