Searched refs:get0 (Results 1 – 10 of 10) sorted by relevance
/openssl/test/ |
H A D | cmp_ctx_test.c | 347 #define get0 0 macro 564 DEFINE_SET_GET_BASE_TEST(OSSL_CMP##_##CTX, set##N, get0, 1, FIELD, \ 766 DEFINE_SET_GET_BASE_TEST(OSSL_CMP_CTX, set0, get0, 0, trusted, in DEFINE_SET_CB_TEST() 777 DEFINE_SET_GET_ARG_FN(set0, get0, newPkey, 1, EVP_PKEY *) /* priv == 1 */ in DEFINE_SET_CB_TEST() 779 DEFINE_SET_GET_ARG_FN(set0, get0, newPkey, 0, EVP_PKEY *) /* priv == 0 */ in DEFINE_SET_CB_TEST()
|
/openssl/doc/man3/ |
H A D | X509_ACERT_get0_holder_baseCertId.pod | 101 All I<get0> functions return a pointer to the object's inner structure. These
|
H A D | ADMISSIONS.pod | 162 Note that all of the I<get0> functions return a pointer to the internal data
|
H A D | SSL_set1_server_cert_type.pod | 101 The memory returned from the get0 functions must not be freed.
|
H A D | EVP_DigestInit.pod | 846 functions were renamed to include C<get> or C<get0> in their names in
|
H A D | EVP_EncryptInit.pod | 1846 functions were renamed to include C<get> or C<get0> in their names in
|
/openssl/doc/man7/ |
H A D | openssl-threads.pod | 36 C<get0> returns a pointer but the attribute ownership
|
H A D | ossl-guide-libraries-introduction.pod | 271 using the numbers B<0> and B<1>, i.e. "get0", "get1", "set0" and "set1". This
|
/openssl/doc/designs/quic-design/ |
H A D | quic-api.md | 50 - [`SSL_get0_connection`](#-ssl-get0-connection-)
|
/openssl/ |
H A D | CHANGES.md | 2161 implementations or contexts were renamed to include get or get0 in their 17769 * Change names of new functions to the new get1/get0 naming 17771 and has to call `..._free`; 'get0' returns a pointer to some
|
Completed in 87 milliseconds