Searched refs:nx_crypto_phash_secret_length (Results 1 – 6 of 6) sorted by relevance
108 phash -> nx_crypto_phash_secret_length = key_size_in_bits; in _nx_crypto_method_prf_1_init()310 secret_len = (phash -> nx_crypto_phash_secret_length + 1) / 2; in _nx_crypto_method_prf_1_operation()314 if (phash -> nx_crypto_phash_secret_length % 2) in _nx_crypto_method_prf_1_operation()326 phash -> nx_crypto_phash_secret_length = secret_len; in _nx_crypto_method_prf_1_operation()
108 phash -> nx_crypto_phash_secret_length = key_size_in_bits; in _nx_crypto_method_prf_sha_256_init()
109 phash -> nx_crypto_phash_secret_length = key_size_in_bits; in _nx_crypto_method_prf_sha384_init()
109 phash -> nx_crypto_phash_secret_length = key_size_in_bits; in _nx_crypto_method_prf_sha512_init()
109 secret_len = phash -> nx_crypto_phash_secret_length; in _nx_crypto_phash()
67 NX_CRYPTO_KEY_SIZE nx_crypto_phash_secret_length; member