Home
last modified time | relevance | path

Searched refs:OSSL_STORE_delete (Results 1 – 9 of 9) sorted by relevance

/freebsd/crypto/openssl/doc/man3/
H A DOSSL_STORE_open.pod7 OSSL_STORE_ctrl, OSSL_STORE_load, OSSL_STORE_eof, OSSL_STORE_delete,
33 int OSSL_STORE_delete(const char *uri, OSSL_LIB_CTX *libctx, const char *propq,
110 OSSL_STORE_delete() deletes the object identified by I<uri>.
160 OSSL_STORE_delete(), OSSL_STORE_ctrl() and OSSL_STORE_close() return 1 on
170 OSSL_STORE_delete() was added in OpenSSL 3.2.
/freebsd/crypto/openssl/test/
H A Dossl_store_test.c255 return TEST_int_eq(OSSL_STORE_delete(NULL, NULL, NULL, NULL, NULL, NULL), 0); in test_store_delete_null_uri()
H A Dprovider_pkey_test.c406 if (!TEST_int_eq(OSSL_STORE_delete("fake_rsa:test", libctx, propq, in test_pkey_delete()
/freebsd/crypto/openssl/include/openssl/
H A Dstore.h105 int OSSL_STORE_delete(const char *uri, OSSL_LIB_CTX *libctx, const char *propq,
/freebsd/crypto/openssl/crypto/store/
H A Dstore_lib.c492 int OSSL_STORE_delete(const char *uri, OSSL_LIB_CTX *libctx, const char *propq, in OSSL_STORE_delete() function
/freebsd/secure/lib/libcrypto/
H A DVersion.map5703 OSSL_STORE_delete;
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile3505 MLINKS+= OSSL_STORE_open.3 OSSL_STORE_delete.3
/freebsd/crypto/openssl/util/
H A Dlibcrypto.num5537 OSSL_STORE_delete 5665 3_2_0 EXIST::FUNCTION:
/freebsd/crypto/openssl/
H A DCHANGES.md1465 * Added a function to delete objects from store by URI - OSSL_STORE_delete()