HomeSort by relevance Sort by last modified time
    Searched refs:CRYPTO_cfb128_encrypt (Results 1 - 3 of 3) sorted by null

  /external/boringssl/src/crypto/aes/
mode_wrappers.c 106 CRYPTO_cfb128_encrypt(in, out, length, key, ivec, num, enc,
  /external/boringssl/src/crypto/modes/
cfb.c 59 void CRYPTO_cfb128_encrypt(const uint8_t *in, uint8_t *out, size_t len,
internal.h 339 /* CRYPTO_cfb128_encrypt encrypts (or decrypts, if |enc| is zero) |len| bytes
343 void CRYPTO_cfb128_encrypt(const uint8_t *in, uint8_t *out, size_t len,

Completed in 248 milliseconds