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

  /src/crypto/external/bsd/openssl/dist/providers/implementations/include/prov/
blake2.h 43 typedef struct blake2s_param_st BLAKE2S_PARAM;
106 int ossl_blake2s_init(BLAKE2S_CTX *c, const BLAKE2S_PARAM *P);
107 int ossl_blake2s_init_key(BLAKE2S_CTX *c, const BLAKE2S_PARAM *P,
112 void ossl_blake2s_param_init(BLAKE2S_PARAM *P);
113 void ossl_blake2s_param_set_digest_length(BLAKE2S_PARAM *P, uint8_t outlen);
114 void ossl_blake2s_param_set_key_length(BLAKE2S_PARAM *P, uint8_t keylen);
115 void ossl_blake2s_param_set_personal(BLAKE2S_PARAM *P, const uint8_t *personal,
117 void ossl_blake2s_param_set_salt(BLAKE2S_PARAM *P, const uint8_t *salt,
  /src/crypto/external/bsd/openssl.old/dist/crypto/blake2/
blake2_local.h 44 typedef struct blake2s_param_st BLAKE2S_PARAM;
  /src/crypto/external/apache2/openssl/dist/providers/implementations/include/prov/
blake2.h 44 typedef struct blake2s_param_st BLAKE2S_PARAM;
93 BLAKE2S_PARAM params;
119 int ossl_blake2s_init(BLAKE2S_CTX *c, const BLAKE2S_PARAM *P);
120 int ossl_blake2s_init_key(BLAKE2S_CTX *c, const BLAKE2S_PARAM *P,
125 void ossl_blake2s_param_init(BLAKE2S_PARAM *P);
126 void ossl_blake2s_param_set_digest_length(BLAKE2S_PARAM *P, uint8_t outlen);
127 void ossl_blake2s_param_set_key_length(BLAKE2S_PARAM *P, uint8_t keylen);
128 void ossl_blake2s_param_set_personal(BLAKE2S_PARAM *P, const uint8_t *personal,
130 void ossl_blake2s_param_set_salt(BLAKE2S_PARAM *P, const uint8_t *salt,

Completed in 24 milliseconds