HomeSort by: relevance | last modified time | path
    Searched refs:pgp_keyring_free (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/bsd/netpgp/dist/src/lib/
keyring.h 89 void pgp_keyring_free(pgp_keyring_t *);
netpgp.c 956 pgp_keyring_free(netpgp->pubring);
959 pgp_keyring_free(netpgp->secring);
1201 pgp_keyring_free(keyring);
1217 pgp_keyring_free(keyring);
1223 pgp_keyring_free(keyring);
1286 pgp_keyring_free(netpgp->pubring);
1313 pgp_keyring_free(netpgp->secring);
keyring.c 692 \note You must call pgp_keyring_free() after usage to free alloc-ed memory.
695 pgp_keyring_free() between these calls, you will introduce a memory leak.
698 \sa pgp_keyring_free()
775 \note You must call pgp_keyring_free() after usage to free alloc-ed memory.
778 pgp_keyring_free() between these calls, you will introduce a memory leak.
781 \sa pgp_keyring_free
891 pgp_keyring_free(pgp_keyring_t *keyring) function

Completed in 66 milliseconds