HomeSort by: relevance | last modified time | path
    Searched defs:MAC_KEY (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/providers/implementations/include/prov/
macsignature.h 25 typedef struct mac_key_st MAC_KEY;
27 MAC_KEY *ossl_mac_key_new(OSSL_LIB_CTX *libctx, int cmac);
28 void ossl_mac_key_free(MAC_KEY *mackey);
29 int ossl_mac_key_up_ref(MAC_KEY *mackey);
  /src/crypto/external/bsd/openssl/dist/providers/implementations/include/prov/
macsignature.h 26 typedef struct mac_key_st MAC_KEY;
28 MAC_KEY *ossl_mac_key_new(OSSL_LIB_CTX *libctx, int cmac);
29 void ossl_mac_key_free(MAC_KEY *mackey);
30 int ossl_mac_key_up_ref(MAC_KEY *mackey);

Completed in 22 milliseconds