Searched refs:OSSL_STORE_delete (Results 1 – 9 of 9) sorted by relevance
| /freebsd/crypto/openssl/doc/man3/ |
| H A D | OSSL_STORE_open.pod | 7 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 D | ossl_store_test.c | 255 return TEST_int_eq(OSSL_STORE_delete(NULL, NULL, NULL, NULL, NULL, NULL), 0); in test_store_delete_null_uri()
|
| H A D | provider_pkey_test.c | 406 if (!TEST_int_eq(OSSL_STORE_delete("fake_rsa:test", libctx, propq, in test_pkey_delete()
|
| /freebsd/crypto/openssl/include/openssl/ |
| H A D | store.h | 105 int OSSL_STORE_delete(const char *uri, OSSL_LIB_CTX *libctx, const char *propq,
|
| /freebsd/crypto/openssl/crypto/store/ |
| H A D | store_lib.c | 492 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 D | Version.map | 5703 OSSL_STORE_delete;
|
| /freebsd/secure/lib/libcrypto/man/man3/ |
| H A D | Makefile | 3505 MLINKS+= OSSL_STORE_open.3 OSSL_STORE_delete.3
|
| /freebsd/crypto/openssl/util/ |
| H A D | libcrypto.num | 5537 OSSL_STORE_delete 5665 3_2_0 EXIST::FUNCTION:
|
| /freebsd/crypto/openssl/ |
| H A D | CHANGES.md | 1465 * Added a function to delete objects from store by URI - OSSL_STORE_delete()
|