HomeSort by relevance Sort by last modified time
    Searched defs:SHA_final (Results 1 - 2 of 2) sorted by null

  /bootable/bootloader/legacy/libc/
sha.c 106 const uint8_t *SHA_final(SHA_CTX *ctx) {
138 p = SHA_final(&ctx);
  /system/core/libmincrypt/
sha.c 171 const uint8_t* SHA_final(SHA_CTX* ctx) {
259 const uint8_t *SHA_final(SHA_CTX *ctx) {
302 p = SHA_final(&ctx);

Completed in 34 milliseconds