Searched refs:get0 (Results 1 – 7 of 7) sorted by relevance
/openssl-master/test/ |
A D | cmp_ctx_test.c | 333 #define get0 0 macro 546 DEFINE_SET_GET_BASE_TEST(OSSL_CMP##_##CTX, set##N, get0, 1, FIELD, \ 744 DEFINE_SET_GET_BASE_TEST(OSSL_CMP_CTX, set0, get0, 0, trustedStore, in DEFINE_SET_CB_TEST() 755 DEFINE_SET_GET_ARG_FN(set0, get0, newPkey, 1, EVP_PKEY *) /* priv == 1 */ in DEFINE_SET_CB_TEST() 757 DEFINE_SET_GET_ARG_FN(set0, get0, newPkey, 0, EVP_PKEY *) /* priv == 0 */ in DEFINE_SET_CB_TEST()
|
/openssl-master/doc/man3/ |
A D | ADMISSIONS.pod | 162 Note that all of the I<get0> functions return a pointer to the internal data
|
A D | EVP_DigestInit.pod | 755 functions were renamed to include C<get> or C<get0> in their names in
|
A D | EVP_EncryptInit.pod | 1690 functions were renamed to include C<get> or C<get0> in their names in
|
/openssl-master/doc/man7/ |
A D | openssl-threads.pod | 36 C<get0> returns a pointer but the attribute ownership
|
A D | crypto.pod | 471 using the numbers B<0> and B<1>, i.e. "get0", "get1", "set0" and "set1". This
|
/openssl-master/ |
A D | CHANGES.md | 241 implementations or contexts were renamed to include get or get0 in their 15830 * Change names of new functions to the new get1/get0 naming 15832 and has to call `..._free`; 'get0' returns a pointer to some
|
Completed in 32 milliseconds