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