Searched refs:secret_buf (Results 1 – 1 of 1) sorted by relevance
64 uint8_t *secret_buf = NULL; in crypto_acipher_dh_shared_secret() local75 secret_buf = malloc(sdata.secret.length); in crypto_acipher_dh_shared_secret()76 if (!secret_buf) in crypto_acipher_dh_shared_secret()82 sdata.secret.data = secret_buf; in crypto_acipher_dh_shared_secret()86 ret = crypto_bignum_bin2bn(secret_buf, in crypto_acipher_dh_shared_secret()89 free(secret_buf); in crypto_acipher_dh_shared_secret()