Searched refs:OSSL_STORE_delete (Results 1 – 6 of 6) sorted by relevance
/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.
|
/openssl/include/openssl/ |
H A D | store.h | 105 int OSSL_STORE_delete(const char *uri, OSSL_LIB_CTX *libctx, const char *propq,
|
/openssl/test/ |
H A D | provider_pkey_test.c | 336 if (!TEST_int_eq(OSSL_STORE_delete("fake_rsa:test", libctx, propq, in test_pkey_delete()
|
/openssl/crypto/store/ |
H A D | store_lib.c | 497 int OSSL_STORE_delete(const char *uri, OSSL_LIB_CTX *libctx, const char *propq, in OSSL_STORE_delete() function
|
/openssl/util/ |
H A D | libcrypto.num | 5537 OSSL_STORE_delete 5665 3_2_0 EXIST::FUNCTION:
|
/openssl/ |
H A D | CHANGES.md | 663 * Added a function to delete objects from store by URI - OSSL_STORE_delete()
|
Completed in 71 milliseconds