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

  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/
hmac-openssl.c 39 uint8_t kipad[SRP_SHA256_BLOCK_SIZE], kopad[SRP_SHA256_BLOCK_SIZE], intermediate[SRP_SHA256_HASH_SIZE];
58 if (key->length > SRP_SHA256_BLOCK_SIZE) {
76 for (i = 0; i < SRP_SHA256_BLOCK_SIZE; i++) {
87 if ((status = EVP_DigestUpdate(&inner, kipad, SRP_SHA256_BLOCK_SIZE)) != 0) {
108 if ((status = EVP_DigestUpdate(&outer, kopad, SRP_SHA256_BLOCK_SIZE)) != 0) {
srp-crypto.h 50 #define SRP_SHA256_BLOCK_SIZE 64

Completed in 23 milliseconds